Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
C
cancelRoute()
- Method in class com.micello.mapapi.standard.
RouteManager
This method cancels a route in progress.
ChangeViewAnimationOp
- Class in
com.micello.mapapi.render
This is an implementation of an AnimtationOp to pan the map and optionally change the zoom scale.
ChangeViewAnimationOp(float, float, float, MapViewRegion)
- Constructor for class com.micello.mapapi.render.
ChangeViewAnimationOp
ChangeViewAnimationOp(float, float, MapViewRegion)
- Constructor for class com.micello.mapapi.render.
ChangeViewAnimationOp
cid
- Variable in class com.micello.mapapi.data.
MapLink
The community ID.
clear()
- Method in class com.micello.mapapi.data.
AnnotationLayer
This method removes all annotations from the layer.
clear()
- Method in class com.micello.mapapi.render.
TileManager
This method deletes all tile resources
clear()
- Method in class com.micello.mapapi.standard.
RouteInfo.RouteLocation
clearCommunity()
- Method in class com.micello.mapapi.data.
MapData
This method clears the community from the MapData and map rendering objects.
clearCommunityCache(int)
- Method in class com.micello.mapapi.store.
DataStore
clearDetail()
- Method in class com.micello.mapapi.data.
Community
This method clears the detail.
clearDetail()
- Method in class com.micello.mapapi.data.
GeometryOverlay
This method clears the detail.
clearDetail()
- Method in class com.micello.mapapi.data.
MarkerOverlay
This method clears the detail.
clearDynamicZoom()
- Method in class com.micello.mapapi.render.
MapViewRegion
Thie methods sets the dynamic zoom to 1.
clearEnd()
- Method in class com.micello.mapapi.standard.
RouteInfo
clearEnd()
- Method in class com.micello.mapapi.standard.
RouteManager
This method clears the end point.
clearMapViewListeners()
- Method in class com.micello.mapapi.
MicelloManager
This method clears all the MapViewListener.
clearRequestInfo(int)
- Method in class com.micello.mapapi.store.
DataStore
This method clears the request history for a given tyep of request.
clearRoute()
- Method in class com.micello.mapapi.standard.
RouteManager
This method clears the current route.
clearSearch()
- Method in class com.micello.mapapi.standard.
SearchManager
Thie methods clears the current search.
clearSelection()
- Method in class com.micello.mapapi.standard.
SelectionManager
This method clears the currently selected object.
clearStart()
- Method in class com.micello.mapapi.standard.
RouteInfo
clearStart()
- Method in class com.micello.mapapi.standard.
RouteManager
This method clears the start point.
close()
- Method in class com.micello.mapapi.
MicelloManager
This method clears the resources used by the map code.
CLOSE
- Static variable in class com.micello.mapapi.shape.
MPath
close()
- Method in class com.micello.mapapi.shape.
MPath
com.micello.mapapi
- package com.micello.mapapi
This package includes the main administrative classes for the Micello Map API.
com.micello.mapapi.data
- package com.micello.mapapi.data
This package includes the classes that control the map data.
com.micello.mapapi.location
- package com.micello.mapapi.location
This package includes the classes related to location measurement.
com.micello.mapapi.render
- package com.micello.mapapi.render
This package includes the classes for rendering the map.
com.micello.mapapi.shape
- package com.micello.mapapi.shape
This package includes classes for representing geometric objects.
com.micello.mapapi.standard
- package com.micello.mapapi.standard
This package includes the classes to implement high level functions on top of the map control.
com.micello.mapapi.store
- package com.micello.mapapi.store
This package includes the classes for retrieving data from the Micello web service and from persistent storage.
Community
- Class in
com.micello.mapapi.data
This class encapsulates a Community, which is the the root object of Micello maps.
Community()
- Constructor for class com.micello.mapapi.data.
Community
COMMUNITY_CHANGED
- Static variable in interface com.micello.mapapi.data.
CommunityChangedListener
This flag indicates the community was made active.
COMMUNITY_MAP_PARSING_ERROR
- Static variable in class com.micello.mapapi.
MicelloErrors
community_map_parsing_error
- Static variable in class com.micello.mapapi.
R.string
community_map_request
- Static variable in class com.micello.mapapi.
R.string
COMMUNITY_MAP_REQUEST_STRING
- Static variable in class com.micello.mapapi.
MicelloErrors
COMMUNITY_REQUEST
- Static variable in class com.micello.mapapi.store.
DataStore
CommunityChangedListener
- Interface in
com.micello.mapapi.data
This interface is used to get a callback from the
MapData
object when the status of the community changes.
CommunityDataListener
- Interface in
com.micello.mapapi.store
communityLoaded(Community)
- Method in class com.micello.mapapi.data.
MapData
This is an implementation of the CommunityDataListener interface
communityLoaded(Community)
- Method in interface com.micello.mapapi.store.
CommunityDataListener
compassEnabled()
- Method in class com.micello.mapapi.standard.
MicelloLocationManager
This method returns true if the compass is enabled.
computeBounds()
- Method in class com.micello.mapapi.shape.
MPath
This returns the approximate bounds of the object.
computeBounds()
- Method in class com.micello.mapapi.shape.
MShape
computeBounds()
- Method in class com.micello.mapapi.shape.
RotRect
configGeomCoordType(int)
- Method in class com.micello.mapapi.data.
MStyle
This method should be called before rendering to make sure the body color is properly configured
configPhysicalWidth(float)
- Method in class com.micello.mapapi.data.
MStyle
This method configures the render width to match a physical width in map coordinates.
configStrokeWidth(float)
- Method in class com.micello.mapapi.data.
MStyle
This method configures the render width to match a fixed stroke width, accounting for the current zoom scale.
connect(MicelloManager)
- Method in class com.micello.mapapi.standard.
MicelloLocationManager
This method connects the MicelloLocationManager to the map associated with the given MicelloManager.
connect(MicelloManager)
- Method in class com.micello.mapapi.standard.
RouteManager
This method connects the RouteManager to the map associated with the given MicelloManager.
connect(MicelloManager)
- Method in class com.micello.mapapi.standard.
SearchManager
This method connects the SearchManager to the map associated with the given MicelloManager.
connect(MicelloManager)
- Method in class com.micello.mapapi.standard.
SelectionManager
This method connects the SelectionManager to the map associated with the given MicelloManager.
copyData()
- Method in interface com.micello.mapapi.data.
Annotation
This method is used internally to copy any data set through the public interface to the working variables, synchronized with the proper rendering thread.
copyData()
- Method in class com.micello.mapapi.data.
GeometryInlay
This method is intended for internal use only.
copyData()
- Method in class com.micello.mapapi.data.
GeometryOverlay
This method copies any data set through the public interface to the working variables, synchronized with the proper rendering thread.
copyData()
- Method in class com.micello.mapapi.data.
MarkerOverlay
This copies the data to the working data.
CUBE_TO
- Static variable in class com.micello.mapapi.shape.
MPath
cubeTo(float, float, float, float, float, float)
- Method in class com.micello.mapapi.shape.
MPath
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z