- MapController - Class in com.nexusgeographics.cercalia.maps
-
Usage example:
// Create
CercaliaMapView cercaliaMapView = ...;
MapController map = MapController.getInstance(activity, cercaliaMapView);
map.onCreate(savedInstanceState);
map.setOnMapReadyCallback(new OnMapReadyCallback() {
@Override
public void onMapReady(MapController mapController) {
// ...
}
});
Copyright (c) 2017 Nexusgeographics All rights reserved.
- MapController.SCENES - Class in com.nexusgeographics.cercalia.maps
-
The type Scenes.
- Marker - Class in com.nexusgeographics.cercalia.maps.features
-
Marker feature.
- Marker(Context) - Constructor for class com.nexusgeographics.cercalia.maps.features.Marker
-
Instantiates a new Marker.
- Marker(Context, String) - Constructor for class com.nexusgeographics.cercalia.maps.features.Marker
-
Instantiates a new Marker with name.
- MarkerStyle - Class in com.nexusgeographics.cercalia.maps.styles
-
The style of Marker.
- MarkerStyle() - Constructor for class com.nexusgeographics.cercalia.maps.styles.MarkerStyle
-
Instantiates a new Marker style.
- MarkerStyle(Drawable) - Constructor for class com.nexusgeographics.cercalia.maps.styles.MarkerStyle
-
Instantiates a new Marker style.
- moveCamera(CameraUpdate) - Method in class com.nexusgeographics.cercalia.maps.MapController
-
Update map camera according CameraUpdate
- MultiPoint<F extends MultiPoint,S extends MultiPointStyle> - Class in com.nexusgeographics.cercalia.maps.features
-
Created by Nexusgeographics on 22/03/2017 17:15.
- MultiPoint(Context, String, S) - Constructor for class com.nexusgeographics.cercalia.maps.features.MultiPoint
-
Instantiates a new Geometry.
- MultiPointStyle<S extends MultiPointStyle> - Class in com.nexusgeographics.cercalia.maps.styles
-
The style of multipoint geometry.
- MultiPointStyle() - Constructor for class com.nexusgeographics.cercalia.maps.styles.MultiPointStyle
-
Instantiates a new Multi point style.
- Municipality - Class in com.nexusgeographics.cercalia.maps.model.address
-
Copyright (c) 2017 Nexusgeographics All rights reserved.
- Municipality(String, String) - Constructor for class com.nexusgeographics.cercalia.maps.model.address.Municipality
-
Instantiates a new Municipality.