1

How to implement Google Indoor Map with Titanium SDK? I need to show indoor maps for iOS and Android application.

There is not so much stuff available on this. I am newbie in Titanium. Any help will be appreciate.

Mangesh
  • 2,257
  • 4
  • 24
  • 51

1 Answers1

1

Reading https://www.google.com/maps/about/partners/indoormaps/, it looks like this is something you arrange with Google and then it just appears on Google Maps? You should be able to use http://gitt.io/component/ti.googlemaps on iOS and https://appcelerator.github.io/appc-docs/platform/latest/#!/api/Modules.Map on Android then.

Fokke Zandbergen
  • 3,866
  • 1
  • 11
  • 28
  • Appreciate your efforts, but this is more likely Marking any places while we need to show Indoor maps ? Any other suggestion ? – Mangesh Dec 18 '15 at 07:50
  • At https://www.google.com/maps/about/partners/indoormaps/ it says it's also available via the Google Maps API for apps. – Fokke Zandbergen May 04 '16 at 10:44