1.3.5 • Published 8 years ago

pgb-google-maps v1.3.5

Weekly downloads
1
License
Apache 2.0
Repository
github
Last release
8 years ago

Cordova GoogleMaps plugin for iOS and Android

This plugin is a thin wrapper for Google Maps Android SDK v2 and Google Maps SDK for iOS. Both PhoneGap and Apache Cordova are supported.

###Update status

v.1.3.4 - 15/10/2015

  • Updated Google Maps SDK for iOS to 1.10.4
  • Will fix some bugs on iOS 9

v.1.3.3

Added

  • added zIndex (iOS only, not available for Android)
  • 659
map.addMarker({
    zIndex: int
})
// and
marker.setZIndex()

Fixed

  • Status-Bar Shift-Down
  • 657
  • Temp Dom-not-updated fix
  • 658
  • Stabilized iOS loading
  • 623

Check out the release notes.

###Documentation

  • Installation
  • Terms of Services
  • 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
    • Text Styling
    • 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
    • Click a polygon
    • callback
    • Remove the polygon
    • Polygon Class Reference
  • Tile Overlay
    • Add a tile overlay
    • TileOverlay Class Reference
  • Ground Overlay
    • Add a ground overlay
    • GroundOverlay Class Reference
  • Kml Overlay
    • Add a kml overlay
    • KmlOverlay Class Reference
  • LatLng
    • Create a LatLng object
    • LatLng Class Reference
  • LatLngBounds
    • Create a LatLngBounds object
    • LatLngBounds Class Reference
  • CameraPosition
    • CameraPosition Class Reference
  • Location
    • Location Class Reference
  • Geocoder
    • Geocoding
    • Reverse geocoding
    • Geocoder Class Reference
  • BaseClass
    • BaseClass Reference
  • External Service
    • Launch the navigation application

##Crosswalk If you want to use crosswalk, just follow this easy documentation. Install Plugin with Crosswalk

###Example You can see an example here. phonegap-googlemaps-plugin-v1.2.5.apk

$> adb install phonegap-googlemaps-plugin-v1.2.5.apk

image

Join the official community

New versions will be announced through the official community. Stay tuned!