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, andheading
. - CameraUpdate
- Circle
- Draws a circle on the map.
- CircleId
- Uniquely identifies a Circle among PlatformMap circles.
- InfoWindow
- Text labels for a Marker info window.
- JointType
- Joint types for Polyline.
- 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
- PatternItem
- Item used in the stroke pattern for a Polyline.
- PlatformMap
- PlatformMapController
- Polygon
- Draws a polygon through geographical locations on the map.
- PolygonId
- Uniquely identifies a Polygon among PlatformMap polygons.
- Polyline
- Draws a line through geographical locations on the map.
- PolylineId
-
Uniquely identifies a Polyline among
AppleMap
polylines.
Typedefs
- CameraPositionCallback = void Function(CameraPosition position)
- MapCreatedCallback = void Function(PlatformMapController controller)