Type alias ReverseSearchPlaceByPositionQuery
ReverseSearchPlaceByPositionQuery: {
__typename?: "Query";
placeReverseSearch: {
__typename: "PlaceSearchConnection";
places: {
__typename: "PlaceSearchNode";
address: {
__typename?: "PlaceAddress";
addressLineOne?: string | null;
addressLineThree?: string | null;
addressLineTwo?: string | null;
country?: string | null;
countryCode?: string | null;
locality?: string | null;
region?: string | null;
regionCode?: string | null;
};
id: string;
layers: {
__typename: "PlaceLayer";
id: string;
name?: string | null;
}[];
maki?: string | null;
name?: string | null;
position: {
__typename?: "Position";
lat: number;
lon: number;
};
}[];
};
}
Type declaration
-
Optional
__typename?: "Query"
-
placeReverseSearch: {
__typename: "PlaceSearchConnection";
places: {
__typename: "PlaceSearchNode";
address: {
__typename?: "PlaceAddress";
addressLineOne?: string | null;
addressLineThree?: string | null;
addressLineTwo?: string | null;
country?: string | null;
countryCode?: string | null;
locality?: string | null;
region?: string | null;
regionCode?: string | null;
};
id: string;
layers: {
__typename: "PlaceLayer";
id: string;
name?: string | null;
}[];
maki?: string | null;
name?: string | null;
position: {
__typename?: "Position";
lat: number;
lon: number;
};
}[];
}
-
__typename: "PlaceSearchConnection"
-
places: {
__typename: "PlaceSearchNode";
address: {
__typename?: "PlaceAddress";
addressLineOne?: string | null;
addressLineThree?: string | null;
addressLineTwo?: string | null;
country?: string | null;
countryCode?: string | null;
locality?: string | null;
region?: string | null;
regionCode?: string | null;
};
id: string;
layers: {
__typename: "PlaceLayer";
id: string;
name?: string | null;
}[];
maki?: string | null;
name?: string | null;
position: {
__typename?: "Position";
lat: number;
lon: number;
};
}[]