VisioMove Essential (Android)  1.27.6

Description

Annotate, create, update, and query places within the map.

Functions

void showPlaceInfo (String placeID)
 Displays info related to the place: More...
 
void updatePlaceData (JSONObject pData)
 Update the place data content within the map. More...
 
boolean setPlaceData (String placeID, JSONObject data)
 Updates the place data associated with a place ID. More...
 
boolean setPlaceColor (String placeID, @ColorInt int color)
 Update the place's color. More...
 
boolean resetPlaceColor (String placeID)
 Reset the place's color back to it's initial value. More...
 
boolean setPlaceColor (Map< String, Integer > placeIDToColor)
 Set a group of place colors in one call. More...
 
boolean resetPlaceColor (List< String > placeIDs)
 Reset a group of places to their original colors in one call. More...
 
boolean addPlace (String placeID, Uri imageURL, JSONObject data, VMEPosition position)
 Adds a dynamic place to the map. More...
 
boolean addPlace (String placeID, Uri imageURL, JSONObject data, VMEPosition position, VMEPlaceSize size, VMEPlaceAnchorMode anchorMode, VMEPlaceAltitudeMode altitudeMode, VMEPlaceDisplayMode displayMode, VMEPlaceOrientation orientation, VMEPlaceVisibilityRamp visibilityRamp)
 Adds a dynamic place to the map. More...
 
boolean setPlacePosition (String placeID, VMEPosition position, boolean animated)
 Update the place's position. More...
 
boolean removePlace (String placeID)
 Remove the place from the map. More...
 
List< String > queryAllPlaceIDs ()
 Queries all place IDs within the map. More...
 
VMEPlace getPlace (String placeID)
 Returns a requested place. More...
 
List< String > queryAllCategoryIDs ()
 Queries all category IDs within the map. More...
 
VMECategory getCategory (String categoryID)
 Returns a requested category. More...
 
VMEPosition getPlacePosition (String placeID)
 Returns a place's center position. More...
 
List< VMEPosition > getPlaceBoundingPositions (String placeID)
 Returns The place's bounding box. More...
 
void queryPlaces (VMEPlaceFilter filter, VMEPlaceFilterCallback callback)
 Queries the map for places matching the filter. More...
 
boolean setPlaceSize (String placeID, VMEPlaceSize size, boolean animated)
 Update the place's size. More...
 
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy