Constructor and Description |
---|
MapView(android.content.Context pContext,
android.util.AttributeSet pAttrs) |
MapView(android.content.Context pContext,
android.util.AttributeSet pAttrs,
int pDefStyle) |
MapView(android.content.Context pContext,
String pApiKey) |
MapView(com.google.android.maps.MapView pMapView) |
Modifier and Type | Method and Description |
---|---|
IMapController |
getController() |
int |
getLatitudeSpan() |
int |
getLongitudeSpan() |
IGeoPoint |
getMapCenter() |
int |
getMaxZoomLevel() |
IProjection |
getProjection() |
int |
getZoomLevel() |
void |
setBackgroundColor(int pColor) |
public MapView(com.google.android.maps.MapView pMapView)
public MapView(android.content.Context pContext, android.util.AttributeSet pAttrs, int pDefStyle)
public MapView(android.content.Context pContext, android.util.AttributeSet pAttrs)
public MapView(android.content.Context pContext, String pApiKey)
public IMapController getController()
getController
in interface IMapView
public IProjection getProjection()
getProjection
in interface IMapView
public int getZoomLevel()
getZoomLevel
in interface IMapView
public int getLatitudeSpan()
getLatitudeSpan
in interface IMapView
public int getLongitudeSpan()
getLongitudeSpan
in interface IMapView
public IGeoPoint getMapCenter()
getMapCenter
in interface IMapView
public int getMaxZoomLevel()
getMaxZoomLevel
in interface IMapView
public void setBackgroundColor(int pColor)
setBackgroundColor
in interface IMapView
Copyright © 2014. All Rights Reserved.