Package com.codename1.maps
package com.codename1.maps
The mapping API allows developers to use maps in their applications, add layers on top of the map and to enhance the API with additional Layers, Providers and functionality.
The mapping was contributed by Roman Kamyk
-
ClassDescriptionThis class declares a bounding box of coordinates on the map.Receives camera movement notifications from a
MapSurface.An immutable description of the map camera: where it looks (CameraPosition.getTarget()), how far it is zoomed in (CameraPosition.getZoom()), the compass bearing in degrees (CameraPosition.getBearing()) and the tilt away from nadir (CameraPosition.getTilt()).A geodesic circle drawn on a map, described by a center and a radius in meters.This class declares a coordinate point on a map.An immutable WGS84 geographic coordinate (latitude/longitude in degrees).An immutable axis-aligned latitude/longitude rectangle delimited by its south-west and north-east corners.Deprecated.Invoked when the map is panned or zoomedReceives tap and long-press notifications from aMapSurface.A pure-vector map component: it renders entirely through the Codename OneGraphicsAPI (the built-inVectorMapEngine) and never embeds a native peer, so it composes cleanly with the rest of the UI -- dialogs, lists and overlays draw over it without the clipping limitations of a native view.A marker pinned to a geographic location on a map.A fluent builder describing aMarkerbefore it is added to aMapSurface.Represents a Mercator projection http://en.wikipedia.org/wiki/Mercator_projectionA native-rendered map.A filled, optionally stroked polygon drawn on a map.A connected sequence of line segments drawn on a map.This class represents a projection type.This Tile brings the tile image from a given http url.This class represents a single tile on a map.