Searched defs:CJGeoCodeRequest (Results 1 – 1 of 1) sorted by relevance
93 struct CJGeoCodeRequest { struct94 char* locale;95 char* country;96 char* description;97 int32_t maxItems;98 double minLatitude;99 double minLongitude;100 double maxLatitude;101 double maxLongitude;