- newCameraPosition(CameraPosition) - Static method in class com.nexusgeographics.cercalia.maps.CameraUpdateFactory
-
Returns a CameraUpdate that moves the camera to a specified CameraPosition.
- newLatLng(LatLng) - Static method in class com.nexusgeographics.cercalia.maps.CameraUpdateFactory
-
Returns a CameraUpdate that moves the center of the screen to a latitude and longitude specified by a LatLng object.
- newLatLngBounds(LatLngBounds, int) - Static method in class com.nexusgeographics.cercalia.maps.CameraUpdateFactory
-
Returns a CameraUpdate that moves screen to a bounds specified by a LatLngBounds object.
- newLatLngZoom(LatLng, float) - Static method in class com.nexusgeographics.cercalia.maps.CameraUpdateFactory
-
Returns a CameraUpdate that moves the center of the screen to a latitude and longitude specified by a LatLng object, and moves to the given zoom level.
- NonNullException - Exception in com.nexusgeographics.cercalia.maps.exceptions
-
Copyright (c) 2017 Nexusgeographics All rights reserved.
- NonNullException() - Constructor for exception com.nexusgeographics.cercalia.maps.exceptions.NonNullException
-
Instantiates a new NonNullException.