Link address with GPS applications

Asked

Viewed 819 times

6

Guys I’m having a question, I’m developing an ad platform and I came across an issue here.

My advertiser registers on the platform fills in the information puts your address and a google map my question and the following: Through the address of this advertiser can I put some link that when any user clicks open directly on Waze for example? or any other GPS app?

I don’t know if this is some ready code or API will it be possible?

  • It would be something like this you seek to do or associate - Google Latitude

  • 1

    Google Latitude is no longer available. If you wish to experiment with Glympse or Foursquare

  • @Diegohenrique has some study link on ?

  • See in Glympse footer and at the top Foursquare, both have API

  • 1

    Access - API Glympse and in the Foursquare

  • Take a look at this - Google Maps - Support Forum

  • 1

    Well, I think these links will be useful to you, and you won’t need to donate your mere 50 points to anyone anymore. Unless, of course, that someone comes around here with all their algorithm prepared for you to use. rsrs

  • Let me see if I understand rs if I don’t score an answer these 50 points return to me? Thanks rs I think it will help even I decided to highlight because I needed a lot of a north knows to be able to implement this kind of technology thanks friend saved

  • ok got thank you even <3

  • 1

    The points do not return. ( )

  • In the helping: All gratuities are paid in advance and are not refundable under any circumstances.

  • tip: https://www.habaneroconsulting.com/stories/insights/2011/opening-native-map-apps-from-the-mobile-browser

  • 1

    my answer does not meet what you need?

Show 8 more comments

1 answer

3


Yes you can. If you have the address, you can get the latitude and longitude coordinates. With this, you can use a resource from Waze called Deep Links.

Is a API based on the url you can use to open the Waze if installed, or open the site directly.

The url has to have this format:

https://www.waze.com/location?ll=latitude,logitude

Example:

https://www.waze.com/location?ll=-23.5498601,-46.6362092

You can do searches and use native calls from Android or iOS, see more here: https://developers.google.com/waze/deeplinks/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.