Adnan Ahmed
Adnan Ahmed

Reputation: 949

Google map mobile jquery api Location and Direction

Hey I'm new with google map api. Please let me know if I can make an app which shows current location and direction at the same time.

Upvotes: 0

Views: 2223

Answers (1)

Ahmed Atia
Ahmed Atia

Reputation: 17980

You can use jQuery mobile with Google maps v3 plugin.

Google maps v3 plugin for jQuery, jQuery UI and jQuery Mobile takes away some of the head aches from working with the Google Map API. Instead of having to use Google event listeners for simple events like click, you can use jQuery click events on the map and markers.

[Exmaples]
Basic map example
Basic map example with geolocation

Upvotes: 1

Related Questions