| Interface | Description |
|---|---|
| LocationSource | |
| LocationSource.OnLocationChangedListener | |
| OSMap |
This is the main class of the Google Maps Android API and is the entry point for all methods related to the map.
|
| OSMap.InfoWindowAdapter |
Methods on this provider are called when it is time to show an info window for a marker, regardless of the cause
(either a user gesture or a programmatic call to
Marker.showInfoWindow(). |
| OSMap.OnCameraChangeListener |
Defines signatures for methods that are called when the camera changes position.
|
| OSMap.OnInfoWindowClickListener |
Callback interface for click/tap events on a marker's info window.
|
| OSMap.OnMapClickListener |
Callback interface for when the user taps on the map.
|
| OSMap.OnMapLongClickListener |
Callback interface for when the user long presses on the map.
|
| OSMap.OnMarkerClickListener |
Defines signatures for methods that are called when a marker is clicked or tapped.
|
| OSMap.OnMarkerDragListener |
Callback interface for drag events on markers.
|
| OSMap.OnMyLocationChangeListener |
Callback interface for when the My Location dot (which signifies the user's location) changes location.
|
| Class | Description |
|---|---|
| BitmapDescriptor |
Defines an image.
|
| BitmapDescriptorFactory |
Used to create a definition of an image, used for marker icons.
|
| BuildConfig | |
| CameraPosition |
An immutable class that aggregates all camera position parameters.
|
| Circle |
A circle in the OS National Grid projection.
|
| CircleOptions | |
| Geocoder |
Geocoder provides an interface to lookup positions based on place names, postcodes, grid references, roads, or any
combination thereof.
|
| Geocoder.Result | |
| GridPoint |
Defines a point on the map, as an eastings/northings pair in the OS Coordinate system.
|
| GridRect |
Represents a rectangular region on the OS Map.
|
| GridRectBuilder | |
| LocationOverlay | |
| MapFragment |
A Map component in an app.
|
| MapProjection |
Encapsulates the conversion of Latitude/Longitude in WGS-84 to a
GridPoint. |
| Marker |
An icon placed at a particular point on the map's surface.
|
| MarkerOptions |
Defines MarkerOptions for a marker.
|
| OSMapOptions |
Defines configuration OSMapOptions for a
OSMap. |
| OSTileSource | |
| Placemark | |
| Polygon | |
| PolygonOptions | |
| Polyline | |
| PolylineOptions | |
| Road | |
| SupportMapFragment |
A Map component in an app.
|
| Enum | Description |
|---|---|
| Geocoder.GeocodeType | |
| Placemark.Type |
| Exception | Description |
|---|---|
| FailedToLoadException | |
| Geocoder.GeocodeException | |
| Geocoder.GeocodeNetworkException |
Copyright © 2012–2013 Ordnance Survey. All rights reserved.