Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Latest commit

 

History

History
277 lines (157 loc) · 5.81 KB

google-maps.md

File metadata and controls

277 lines (157 loc) · 5.81 KB

Google Maps

Google Maps component allows users to use Google Maps integrated directly to their apps.

Events

Camera Position Changed

When the camera angle position is changed.

Finished Dragging Circle

When dragging a circle is finished.

Info Window Clicked

When the info windows is clicked.

Map is Ready

When the map is ready.

On Location Changed

When the location changes.

On Map Click

When the user clicks on the map.

On Map Long Click

When the user long-clicks on the map.

On Marker Click

When the user clicks on the marker.

On Marker Drag

When the user drags a marker.

On Marker Drag End

When the user ends dragging a marker.

On Marker Drag Start

When the user starts dragging a marker.

Methods

Enable Compass

Enables the compass.

Enable Map Camera Pos Change Listener

Enables the Map Camera Position Change Listener.

Get Markers

Gets markers.

Move Camera

Moves the camera.

Remove Circle

Removes the circle.

Remove Marker

Removes the marker.

Set Map Type

Sets the map type.

Update Circle

Updates the circle.

Update Marker

Updates the marker.

Add Overlay

Adds an overlay.

Add Polygon

Adds a polygon.

Add Tile Overlay

Adds a tile overlay.

Clear All Polygons

Clears all polygons.

Draw Central Square

Draws a central square.

Get My Location

Gets the users' location.

Get Bounding Box

Gets the bounding box.

Add Circle

Adds a circle to the map.

Add Markers

Adds markers to the map.

Add Markers from Json

Adds markers from json.

Add Markers Hue

Adds markers from hue.

Bound Camera

Bounds the camera.

Enable Map Long Click Listener

Enables the map long click listener.

Properties

Height

Sets the height of the map.

Height Percent

Sets the height of the map in percent.

Visible

Sets the visibility of the map. Visible, or not.

Width

Sets the width of the map.

Width Percent

Sets the width of the map in percent.