MapMarker constructor - MapMarker - mapview library - Dart API
MapMarker
MapMarker constructor
- GeoCoordinates coordinates,
- MapImage image
Creates an instance of a marker at given coordinates, represented by specified image.
The altitude component of the coordinates is ignored.
-
coordinatesThe marker's geographical coordinates. -
imageThe image to draw on the map.
Implementation
factory MapMarker(GeoCoordinates coordinates, MapImage image) => $prototype.$init(coordinates, image);