EegeoMapOptions

Package: com.eegeo.mapapi.map

Constructors

EegeoMapOptions()

Specifies configuration for creating an EegeoMap. If you add an eeGeo MapView using XML, you can create these options by using XML tags. For further information, see MapView Resources.
If instead you create a MapView programmatically, these options can be passed as a constructor parameter for MapView.

Methods

EegeoMapOptions createFromAttributeSet(Context context, AttributeSet attributeSet)

Creates a EegeoMapOptions object from an AttributeSet.

Returns: a new EegeoMapOptions object

Type argument Description
Context context The application context
AttributeSet attributeSet A set of properties specified in an XML resource file

EegeoMapOptions camera(CameraPosition camera)

Defines the initial camera viewpoint for the map

Returns: this EegeoMapOptions object updated with the new camera position.

Type argument Description
CameraPosition camera A CameraPosition object, specifying the initial position, orientation and zoom level for the map.

EegeoMapOptions coverageTreeManifest(String coverageTreeManifest)

Defines the coverage tree manifest url for the map. By default, the map will load the latest public manifest which is updated regularly.

Returns: this EegeoMapOptions object updated with the specified coverage tree manifest.

Type argument Description
String coverageTreeManifest A String, specifying the coverage tree manifest url for the map.

EegeoMapOptions environmentThemesManifest(String environmentThemesManifest)

Defines the environment themes manifest url for the map. By default, the map will load the latest themes manifest which is updated regularly.

Returns: this EegeoMapOptions object updated with the specified environment themes manifest.

Type argument Description
String environmentThemesManifest A String, specifying the environment themes manifest url for the map.

CameraPosition getCamera()

Returns: the camera option

float getTargetFrameRate()

Returns: the target frame rate option

String getCoverageTreeManifest()

Returns: the coverage tree manifest option

String getEnvironmentThemesManifest()

Returns: the environment themes manifest option

v0.0.1467
Overview Introduction
Picking PickResult
Widgets (Optional) BlueSphere
Tag Service (Optional) TagService OnTagsLoadCompletedListener
RouteView Widget (Optional) RouteView RouteViewOptions