Skip to content

fabriziogiordano/phonegap-googlemaps-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phonegap-googlemaps-plugin

This plugin helps you to control Google Maps Android SDK v2 and Google Maps SDK for iOS from your JavaScript code. This plugin works with Apache Cordova.

ScreenShot

###Example You can try the example of this plugin. phonegap-googlemaps-plugin-v1.1.0.apk

image

###Don't miss updates! The plugin will updates in very short terms. In order to watch this project, make a Github account(free), then push the [watch] button at the top-right of the github pages.

###Documentation

  • Installation
  • Map
    • img
    • Create a map
    • Create a map with initialize options
    • Change the map type
    • Move the camera
    • Move the camera within the specified duration time
    • Get the camera position
    • Get my location
    • Map Class Reference
  • Marker
    • img
    • Add a Marker
    • Show InfoWindow
    • Add a marker with multiple line
    • callback
    • Simple Icon
    • Scaled Icon
    • Base64 Encoded Icon
    • Remove the marker
    • Click a marker
    • Click an infoWindow
    • Create a marker draggable
    • Drag Events
    • Create a flat marker
    • Marker Class Reference
  • Circle
    • img
    • Add a circle
    • callback
    • Remove the circle
    • Circle Class Reference
  • Polyline
    • img
    • Add a polyline
    • callback
    • Remove the polyline
    • Polyline Class Reference
  • Polygon
    • img
    • Add a polygon
    • callback
    • Remove the polygon
    • Polygon Class Reference
  • Tile Overlay
    • img
    • Add a tile overlay
    • TileOverlay Class Reference
  • Ground Overlay
    • img
    • Add a ground overlay
    • GroundOverlay Class Reference
  • Kml Overlay
    • img
    • Add a kml overlay
    • KmlOverlay Class Reference
  • Geocode
    • Geocoding
    • Reverse geocoding
  • LatLng
    • Create a LatLng object
    • LatLng Class Reference
  • LatLngBounds
    • Create a LatLngBounds object
    • LatLngBounds Class Reference
  • CameraPosition
    • CameraPosition Class Reference
  • Location
    • Location Class Reference
  • External Service
    • Launch the navigation application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 49.4%
  • Java 35.2%
  • JavaScript 14.6%
  • Other 0.8%