Hi JavaScripters!
I created an interesting plugin for PhoneGap / Cordova!
As you may know, PhoneGap / Cordova are JavaScript framework for mobile
application.
This plugin helps you to control Google Maps mobile SDK from your
JavaScript code.
For example, you can add a marker like this code:
map.addMarker({
'position': STATUE_OF_LIBERTY,
'title': "Statue of Liberty"}, function(marker) {
marker.showInfoWindow();});
<https://lh4.googleusercontent.com/-drLpcwSjcpU/Usn_8qTk04I/AAAAAAAAQdw/L0T8lXjOlQk/s1600/marker1.png>
You can also add Polyline, Polygon, Circle, GroundOverlay, and TileOverlay.
<https://lh5.googleusercontent.com/-lKFgb0Sut08/UsoATLvKuqI/AAAAAAAAQd4/f_wxpxKuur0/s1600/overlays.png>
If you are interested in this, check it out!
https://github.com/wf9a5m75/phonegap-googlemaps-plugin
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/groups/opt_out.