user1731154
user1731154

Reputation: 93

Using ArcGIS Flex API with Google Places

Results obtained from Google Places - when shown on a map - must use Google Maps: https://developers.google.com/places/policies

Although ArcGIS API for Flex provides a way to use Tiles from alternate sources - Google do not offer support for calling their Tiles outside of their JavaScript API.

I'm developing a mobile app - so using javascript is out of the question.

How can I satisfy the logo requirements if I cannot load the map tiles? Is there a way I can do this?

Would Google offer a break/workaround for Flex Developers?

Upvotes: 1

Views: 238

Answers (1)

Gady
Gady

Reputation: 4995

I think you answered your own question. You can't use Google Places with a non-Google Map, and Google doesn't have a way to use Places with a Flex-based maps app. If you can't switch to JavaScript, you're only option is to not use Google Places.

Upvotes: 1

Related Questions