platform_maps_flutter library

Classes

BitmapDescriptor
Defines a bitmap image. For a marker, this class can be used to set the image of the marker icon. For a ground overlay, it can be used to set the image to place on the surface of the earth.
CameraPosition
The position of the map "camera", the view point from which the world is shown in the map view. Aggregates the camera's target geographical location, its zoom level, pitch angle, and heading.
CameraUpdate
Circle
Draws a circle on the map.
InfoWindow
Text labels for a Marker info window.
LatLng
A pair of latitude and longitude coordinates, stored as degrees.
LatLngBounds
Marker
Marks a geographical location on the map.
MarkerId
Uniquely identifies a Marker among PlatformMaps markers.
MinMaxZoomPreference
Used with PlatformMapOptions to wrap min and max zoom. This allows distinguishing between specifying unbounded zooming (null minZoom and maxZoom) from not specifying anything (null MinMaxZoomPreference).
PlatformMap
PlatformMapController
Polygon
Draws a polygon through geographical locations on the map.
Polyline
Draws a line through geographical locations on the map.

Enums

MapType
Type of map tiles to display.

Typedefs

ArgumentCallback<T> = void Function(T argument)
Callback function taking a single argument.
CameraPositionCallback = void Function(CameraPosition position)