objective c - Google Map Integration in OS X Application -


i use use google map in mac application.

i found ios sdk of google maps not os x.

i want show 2 annotation , line connecting them on google map. coordinate of both annotation dynamic per user selection.

below way find out can work:

  • call api , pass location coordinate both annotation.
  • now server side html form generate using javascript , create page showing 2 annotation , line connecting them.
  • in api response url of html page.
  • i show page in uiwebview.

i want know there other way can achieve this.

i want distribute application outside mac app store , distribute outside mac store need sign app developer id not support maps.

i didn't find related that's why created thread.

thanks in advance.

you have make webkit , google maps api.

mapkit available in os x 10.9 mavericks: https://developer.apple.com/library/mac/documentation/mapkit/reference/mapkit_framework_reference/index.html

there of course many ways of hiding fact you're using webkit if violate apple's or google's tos submission app store won't possible.

hope helpful!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -