google_map_windows library

Classes

LatLng
a Class represent a point on the map by its coordinates (latitude,longitude)
LatLngBounds
MapCircle
a circle draws on the map as Polygon
MapImageIcon
a class represent an icon useing image file.
MapRectanlge
a rectangle draws on the map as Polygon
MapSvgIcon
class create a icon for svg code sets to the path
Marker
MarkerLabel
a text display on the Marker
Point
A class represent a point (x,y) uses with Marker class.
Polygon
Polyline
WindowsMap
The main widget in the pluginn
WindowsMapController
this Class used to control in the map by: adding an event listener, set api key,get or set center and zoom...,adding or remove markers,polyline,polygons

Typedefs

CallBackValue = void Function(dynamic)
LatLngBoundsCallBack = void Function(LatLngBounds)
LatLngCallBack = void Function(LatLng)
VoidCallBack = void Function()

Exceptions / Errors

MapElementNotAddedException