Search code examples
iosgoogle-mapsgoogle-maps-api-3sdkgoogle-maps-sdk-ios

Is it possible to get place information like Google maps show using GoogleMaps iOS SDK?


I have GMSPlace object, but in iOS SKD so small information, it's killing me!

Is it possible use another library, not only Google to get information about some address with detail information - some like historical help.

For example i want get information like google map do

enter image description here


Solution

  • Most of information what you are looking can be extracted from the Google Places services called “Place Detail”. To get most of this information you need to have placeid. One way to get placeid is to do “Place Search”. Supported types is here.

    As well in your screenshot I see reference to the wikipedia. Wikipedia have its own API. Question was asked about it some time ago here.