apple_maps library

Classes

AppleMap
AppleMapsController
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
Defines a camera move, supporting absolute moves as well as moves relative the current position.
FlutterMarker
LatLng
A pair of latitude and longitude coordinates, stored as degrees.
LatLngBounds
A latitude/longitude aligned rectangle.
MinMaxZoomPreference

Enums

MapType
Type of map tiles to display.
TrackingMode

Typedefs

CameraPositionCallback = void Function(CameraPosition position)
Callback that receives updates to the camera position.
MapCreatedCallback = void Function(AppleMapsController controller)