vendredi 2 septembre 2016

[class]GoogleMapsExtra

This class extends GoogleMaps library.
Currently it supports:
- AddCircle - Adds a circle at a give point.
- AddGroundOverlay - Adds an image at the given bounds.
- ZoomToPoints
- SetSelectedMarker
- SetMarkerRotation
- SetGroundAnchor - sets the marker anchor.
- AddPolygon


Example:

Code:
  gextra.Initialize(gmap)
Dim ne, sw As LatLng
ne.Initialize(
20, 20)
sw.Initialize(
00, 00)
Dim bounds As Object = gextra.CreateBounds(ne, sw)
gextra.AddGroundOverlay(bounds,
LoadBitmap(File.DirAssets,...
[class]GoogleMapsExtra

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1RcIfZG
via IFTTT

Aucun commentaire:

Enregistrer un commentaire