We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9be928 commit d514be5Copy full SHA for d514be5
src/places/query/query_params.rs
@@ -44,6 +44,7 @@ pub(crate) struct NearPointPreparedParams {
44
icon: Option<Icon>,
45
}
46
47
+#[cfg(feature = "places-client")]
48
impl NearPointQueryParams {
49
pub(crate) fn prepare(self) -> NearPointPreparedParams {
50
NearPointPreparedParams {
@@ -104,6 +105,7 @@ pub(crate) struct WithinExtentPreparedParams {
104
105
106
107
108
109
impl WithinExtentQueryParams {
110
pub(crate) fn prepare(self) -> WithinExtentPreparedParams {
111
WithinExtentPreparedParams {
0 commit comments