Skip navigation links
A C D E F G I L M N O P R S T U V W Z 

A

action - Variable in class com.mappedin.sdk.Instruction
The type of thing happening at this Node
addAllStoreLabels(Venue, TextPaint) - Method in class com.mappedin.sdk.MapView
Adds store labels to all of the Polygons in this Venue.
addElement(Element) - Method in class com.mappedin.sdk.MapView
Add one child element into the MapView
Analytics - Class in com.mappedin.sdk
The Analytics class is a singleton for sending analytics data to the Mappedin CMS.
Analytics.Wayfind - Class in com.mappedin.sdk
 
angle(Vector2) - Method in class com.mappedin.sdk.Vector2
 
Arrival() - Constructor for class com.mappedin.sdk.Instruction.Arrival
 
atLocation - Variable in class com.mappedin.sdk.Instruction
A Location to display to the user, indicating where this Instruction should occur (since a Node can just be an arbitrary spot on the floor)

C

Category - Class in com.mappedin.sdk
A Category is a collection of similar Locations, which may have parent or child categories.
color() - Method in class com.mappedin.sdk.Polygon
Gets the Polygon's original color
com.mappedin.sdk - package com.mappedin.sdk
 
contractMaps(MappedinCallback<Map>) - Method in class com.mappedin.sdk.MapView
 
convertDpToPixel(float, Context) - Static method in class com.mappedin.sdk.Utils
This method converts dp unit to equivalent pixels, depending on device density.
convertPixelsToDp(float, Context) - Static method in class com.mappedin.sdk.Utils
This method converts device specific pixels to density independent pixels.
Coordinate - Class in com.mappedin.sdk
A Coordinate represents a 3-dimensional position, anchored to a specific map.
Coordinate(Vector3, Map) - Constructor for class com.mappedin.sdk.Coordinate
Create a Coordinate using a Vector3 and a Map to attach it to.
Coordinate(android.location.Location, Map) - Constructor for class com.mappedin.sdk.Coordinate
Take a given lat/lon pair and create a Coordinate attaching it to a specific map.
coordinate - Variable in class com.mappedin.sdk.Instruction
The coordinate this Instruction occurs at
Cylinder - Class in com.mappedin.sdk
Creates a cylinder MapView element.
Cylinder(Coordinate, float, float, int) - Constructor for class com.mappedin.sdk.Cylinder
Creates a cylinder with specific radius, height, map and position.
Cylinder(Vector3, float, float, int) - Constructor for class com.mappedin.sdk.Cylinder
Creates a cylinder with a specific radius, height and position.
Cylinder(float, float, int) - Constructor for class com.mappedin.sdk.Cylinder
Creates a cylinder with a specific radius and height.

D

didTapNothing() - Method in interface com.mappedin.sdk.MapViewDelegate
Called when a user taps nothing.
didTapOverlay(Overlay) - Method in interface com.mappedin.sdk.MapViewDelegate
Called when a user taps a specific overlay.
didTapPolygon(Polygon) - Method in interface com.mappedin.sdk.MapViewDelegate
Called when a user taps a specific polygon.
Directions - Class in com.mappedin.sdk
A Directions object will contain an array of Coordinate objects on a path, and a corresponding list of Instruction objects representing the instructions to display to the user.
directionsFrom(Venue, Navigatable, Location, Location) - Method in class com.mappedin.sdk.Navigatable
Find the shortest path TO this Navigatable FROM another one (accessible defaults to false).
directionsFrom(Venue, Navigatable, Location, Location, boolean) - Method in class com.mappedin.sdk.Navigatable
Find the shortest path TO this Navigatable FROM another one.
directionsTo(Venue, Navigatable, Location, Location) - Method in class com.mappedin.sdk.Navigatable
Find the shortest path FROM this Navigable TO another one (accessible defaults to false).
directionsTo(Venue, Navigatable, Location, Location, boolean) - Method in class com.mappedin.sdk.Navigatable
Find the shortest path FROM this Navigable TO another one.

E

Element - Class in com.mappedin.sdk
The Element abstract class provides a common interface for any sort of child object that can be added to a MapView.
Element() - Constructor for class com.mappedin.sdk.Element
 
encodingImageSet(ByteBuffer) - Static method in class com.mappedin.sdk.Utils
convert binary data into ImageSet
encodingPhoneNumber(ByteBuffer) - Static method in class com.mappedin.sdk.Utils
convert binary data into PhoneNumber
encodingRGBAColor(ByteBuffer) - Static method in class com.mappedin.sdk.Utils
convert binary data into Color
encodingString(ByteBuffer) - Static method in class com.mappedin.sdk.Utils
convert binary data into String
expandMaps(Map[], Vector3, MappedinCallback<Map>) - Method in class com.mappedin.sdk.MapView
 

F

Focusable - Interface in com.mappedin.sdk
Focusable is an interface an object can implement that indicates it can be framed by the camera.
frame(Focusable, float, float, float) - Method in class com.mappedin.sdk.MapView
move camera to fit focusable object into screen with request heading and tilt in period of time
frame(Focusable, float, float, float, float) - Method in class com.mappedin.sdk.MapView
move camera to fit focusable object into screen with request heading, tilt and padding in period of time
frame(Focusable[], float, float, float) - Method in class com.mappedin.sdk.MapView
move camera to fit all focusable objects into screen with request heading and tilt in period of time
frame(Focusable[], float, float, float, float) - Method in class com.mappedin.sdk.MapView
move camera to fit all focusable objects into screen with request heading, tilt and padding in period of time
fromMap - Variable in class com.mappedin.sdk.Instruction.ExitVortex
The map to start from
fromMap - Variable in class com.mappedin.sdk.Instruction.TakeVortex
The map to start from

G

getAccessible() - Method in class com.mappedin.sdk.Vortex
 
getAddress() - Method in class com.mappedin.sdk.Venue
The street address of the venue
getAltitude() - Method in class com.mappedin.sdk.Map
Altitude of the map, used to get map's altitude
getAnchor() - Method in class com.mappedin.sdk.Polygon
Gets the Polygon's anchor to drop an Overlay on it
getBackgroundColor() - Method in class com.mappedin.sdk.MapView
Gets the MapView background color
getBackgroundColor() - Method in class com.mappedin.sdk.Overlay2DLabel
Gets the background colour of the Label
getCameraHeading() - Method in class com.mappedin.sdk.MapView
Returns the current direction the MapView is pointing at, in radians, relative to North.
getCameraTilting() - Method in class com.mappedin.sdk.MapView
Returns how much the MapView camera is tilted up or down, in radians
getCategories() - Method in class com.mappedin.sdk.Location
A array of venue-specific categories a Location belongs to (ie.
getCategories() - Method in class com.mappedin.sdk.Venue
A list of all Category's a Location might be a part of in the Venue (Washroom, Restaurant, Jewelry Store, etc).
getChildren() - Method in class com.mappedin.sdk.Category
Any children categories (Washroom might have Women's Washroom and Men's Washroom children)
getCity() - Method in class com.mappedin.sdk.Venue
The city of the venue
getColor() - Method in class com.mappedin.sdk.Category
Color of the category
getCoordinates() - Method in class com.mappedin.sdk.Location
A collection of coordinate attached to this Location.
getCountryCode() - Method in class com.mappedin.sdk.Venue
The country code of the venue
getDistance() - Method in class com.mappedin.sdk.Directions
Gets the distance of this path
getEntrances() - Method in class com.mappedin.sdk.Polygon
Gets the Polygon's entrances
getExtension() - Method in class com.mappedin.sdk.PhoneNumber
Phone Extension
getFloor() - Method in class com.mappedin.sdk.Map
Floor of the map, used to sort floors
getHeading() - Method in class com.mappedin.sdk.Map
Heading of the map in radians, used to get map's heading.
getIcon() - Method in class com.mappedin.sdk.Category
Icon of the category
getID() - Method in class com.mappedin.sdk.Category
ID of the category
getImage(int) - Method in class com.mappedin.sdk.ImageSet
Returns URL for request size image
getIndex() - Method in class com.mappedin.sdk.Category
Gets this category's position in category array
getIndex() - Method in class com.mappedin.sdk.Polygon
 
getInstance() - Static method in class com.mappedin.sdk.Analytics
Returns an instance of the Analytics class.
getInstructions() - Method in class com.mappedin.sdk.Directions
A list of Instruction objects to display to the user when they are navigating
getLocations() - Method in class com.mappedin.sdk.Category
A list of all locations at this venue that belong to this category (but not necessarily those of child categories)
getLocations() - Method in class com.mappedin.sdk.Polygon
Gets the Polygon's locations
getLocations() - Method in class com.mappedin.sdk.Venue
A list of all Location's (stores, washrooms, landmarks, etc) in the Venue.
getMap() - Method in class com.mappedin.sdk.Coordinate
The Map this Coordinate belongs to
getMap() - Method in class com.mappedin.sdk.Overlay
Gets the map of the overlay.
getMap() - Method in class com.mappedin.sdk.Polygon
Gets the Polygon's Map
getMaps() - Method in class com.mappedin.sdk.Venue
A list of all Maps belonging to the Venue.
getName() - Method in class com.mappedin.sdk.Category
Name of the category
getName() - Method in class com.mappedin.sdk.Location
Name of the Location
getName() - Method in class com.mappedin.sdk.Map
Name of a map (First floor, Second Floor, etc)
getName() - Method in class com.mappedin.sdk.Venue
The name of the venue
getNavigatableCoordinates() - Method in class com.mappedin.sdk.Coordinate
 
getNavigatableCoordinates() - Method in class com.mappedin.sdk.Location
 
getNavigatableCoordinates() - Method in class com.mappedin.sdk.Navigatable
 
getNavigatableCoordinates() - Method in class com.mappedin.sdk.Polygon
 
getNumber() - Method in class com.mappedin.sdk.PhoneNumber
Phone Number
getParents() - Method in class com.mappedin.sdk.Category
Any parent categories (Men's Washroom might have a parent Washroom category)
getPath() - Method in class com.mappedin.sdk.Directions
Returns the Coordinates making up the path
getPicture() - Method in class com.mappedin.sdk.Category
Picture of the category
getPoints() - Method in class com.mappedin.sdk.Coordinate
 
getPoints() - Method in class com.mappedin.sdk.Cylinder
Returns the FocusPoints of the cylinder, after the cylinder's current transformations have been applied to it.
getPoints() - Method in interface com.mappedin.sdk.Focusable
Returns a focusable object's 3D points
getPoints() - Method in class com.mappedin.sdk.Map
 
getPoints() - Method in class com.mappedin.sdk.Model
 
getPoints() - Method in class com.mappedin.sdk.Overlay2DImage
 
getPoints() - Method in class com.mappedin.sdk.Overlay2DLabel
 
getPoints() - Method in class com.mappedin.sdk.OverlayView
 
getPoints() - Method in class com.mappedin.sdk.Path
 
getPoints() - Method in class com.mappedin.sdk.Polygon
 
getPolygons() - Method in class com.mappedin.sdk.Location
A collection of polygons attached to this Location.
getPolygons() - Method in class com.mappedin.sdk.Map
Gets an array of Polygons in this map
getPolygons() - Method in class com.mappedin.sdk.Venue
A list of all Polygons in the Venue.
getPosition() - Method in class com.mappedin.sdk.Cylinder
Returns the current center of the cylinder, in 3D space.
getPosition() - Method in class com.mappedin.sdk.Model
Returns model's current center position
getPosition() - Method in class com.mappedin.sdk.Overlay
Gets the position of the overlay
getPostal() - Method in class com.mappedin.sdk.Venue
The postal code of the venue
getResultObject(Class<T>) - Method in class com.mappedin.sdk.SearchResult
Casts the result object to the given type.
getResultType() - Method in class com.mappedin.sdk.SearchResult
The type of the result
getRotateGestureEnabled() - Method in class com.mappedin.sdk.MapView
Returns whether the user can rotate the map with gestures
getShortName() - Method in class com.mappedin.sdk.Map
A shorter name to display in a drop down menu (etc.) if the actual name is too long
getSlug() - Method in class com.mappedin.sdk.Venue
The slug of the venue
getSortOrder() - Method in class com.mappedin.sdk.Category
Sort order of the category
getState() - Method in class com.mappedin.sdk.Venue
The state/province of the venue
getSupportedLanguages() - Method in class com.mappedin.sdk.Venue
The languages supported by this venue
getTextColor() - Method in class com.mappedin.sdk.Overlay2DLabel
Gets the colour of the text on Label
getType() - Method in class com.mappedin.sdk.Location
Type of Location (Tenant, Restaurant, etc.
getVector() - Method in class com.mappedin.sdk.Coordinate
Return the 3D position this Coordinate has.
getVenue() - Method in class com.mappedin.sdk.Category
Gets the category's Venue
getVenue() - Method in class com.mappedin.sdk.Location
Returns the Venue of this Location
getVenue() - Method in class com.mappedin.sdk.Map
Returns the Venue of this Location
getVenue(Venue, boolean, LocationGenerator[], MappedinCallback<Venue>) - Method in class com.mappedin.sdk.MappedIn
Deprecated.
getVenue(Venue, LocationGenerator[], MappedinCallback<Venue>) - Method in class com.mappedin.sdk.MappedIn
Retrieves the full details (map, location, nodes, etc) of a given venue.
getVenue(Venue, String, LocationGenerator[], MappedinCallback<Venue>) - Method in class com.mappedin.sdk.MappedIn
Retrieves the full details (map, location, nodes, etc) of a given venue.
getVenue() - Method in class com.mappedin.sdk.Polygon
Gets the Polygon's Venue
getVenues(MappedinCallback<List<Venue>>) - Method in class com.mappedin.sdk.MappedIn
Retrieves a list of all venues your credentials have access to.
getVortices() - Method in class com.mappedin.sdk.Venue
A list of all Vortex in the Venue.
getX() - Method in class com.mappedin.sdk.Coordinate
Get the coordinate's x value
getX() - Method in class com.mappedin.sdk.Vector3
 
getY() - Method in class com.mappedin.sdk.Coordinate
Get the coordinate's y value
getY() - Method in class com.mappedin.sdk.Vector3
 
getZ() - Method in class com.mappedin.sdk.Coordinate
Get the coordinate's z value.
getZ() - Method in class com.mappedin.sdk.Vector3
 

I

ImageSet - Class in com.mappedin.sdk
An ImageSet is a collection of image URLs corresponding to different resizes of the same base image.
initiateMappedinSearch(Venue) - Method in class com.mappedin.sdk.MappedIn
 
initiateSearch(Venue) - Method in class com.mappedin.sdk.MappedIn
Initiate the search server set the venue
insideMapBoundary(Coordinate) - Method in class com.mappedin.sdk.Map
Returns true if a coordinate is within the boundaries of the map's world
Instruction - Class in com.mappedin.sdk
An instruction for a user to get from one coordinate to another.
instruction - Variable in class com.mappedin.sdk.Instruction
Text instructions to display to the user
Instruction.Action - Class in com.mappedin.sdk
An Action is the type of thing being performed at a coordinate: Instruction.Departure, Instruction.Arrival, Instruction.Turn, or Instruction.TakeVortex.
Instruction.Arrival - Class in com.mappedin.sdk
End when you get at this Coordinate
Instruction.Bearing - Enum in com.mappedin.sdk
Types of turns to take
Instruction.Departure - Class in com.mappedin.sdk
Start out leaving from this Coordinate
Instruction.ExitVortex - Class in com.mappedin.sdk
Exit a Vortex (ie: escalator, elevator, etc) used to go from one Map to another
Instruction.ReferencePosition - Enum in com.mappedin.sdk
Whether a turn should occur before, after, or right at a certain landmark
Instruction.TakeVortex - Class in com.mappedin.sdk
Use a Vortex (ie: escalator, elevator, etc) to go from one Map to another
Instruction.Turn - Class in com.mappedin.sdk
Turn when you get to this Coordinate.
Instruction.Walk - Class in com.mappedin.sdk
Walk when you get at this Coordinate
isInside(Polygon) - Method in class com.mappedin.sdk.Coordinate
Check if Coordinate is inside the polygon (in 2D space).

L

length(Vector3) - Method in class com.mappedin.sdk.Vector3
 
lengthSquared(Vector3) - Method in class com.mappedin.sdk.Vector3
 
Location - Class in com.mappedin.sdk
A location is something like a store or washroom on a map.
LocationGenerator - Interface in com.mappedin.sdk
This interface defines a custom LocationGenerator.
locationGenerator(ByteBuffer, int, Venue) - Method in interface com.mappedin.sdk.LocationGenerator
A generator function called for each Location.

M

manipulatedCamera() - Method in interface com.mappedin.sdk.MapViewDelegate
Called when user touches the screen to the move map
Map - Class in com.mappedin.sdk
A Map belonging to a specific Venue.
MappedIn - Class in com.mappedin.sdk
The MappedIn class is used to connect to the Mappedin server for Venue data.
MappedIn(Application) - Constructor for class com.mappedin.sdk.MappedIn
Initialize the SDK.
MappedIn(Application, boolean) - Constructor for class com.mappedin.sdk.MappedIn
Initialize the SDK.
MappedinCallback<Result> - Interface in com.mappedin.sdk
Callback interface for handling the results from downloading the Mappedin data
MappedInException - Exception in com.mappedin.sdk
The MappedInException class is used to hold Mappedin SDK Exception information
MappedinSearch - Class in com.mappedin.sdk
Search Class use to handle all smart search event
MappedinSearchDelegate - Interface in com.mappedin.sdk
A delegate to handle callbacks from a smart search
mapReady() - Method in class com.mappedin.sdk.Map
Check if all 3D Objects in this map has been loaded
MapView - Class in com.mappedin.sdk
MapView is a custom view designed to handle displaying Maps for a Venue.
MapView() - Constructor for class com.mappedin.sdk.MapView
 
MapViewDelegate - Interface in com.mappedin.sdk
A delegate to handle callbacks from a MapView
metersFrom(Coordinate) - Method in class com.mappedin.sdk.Coordinate
Returns the 2D euclidean distance in meters from this Coordinate to another Coordinate.
metersFrom(Polygon) - Method in class com.mappedin.sdk.Coordinate
Returns the 2D euclidean distance in meters from this Coordinate to the closest point on the edge of a Polygon.
metersFrom(Coordinate[]) - Method in class com.mappedin.sdk.Coordinate
Returns the 2D euclidean distance in meters from this Coordinate to the closest point on a path represented by an array of Coordinate line segments.
Model - Class in com.mappedin.sdk
Creates a 3D object out of Triangles.
Model(Model.Triangle[], int) - Constructor for class com.mappedin.sdk.Model
Creates a 3D object using the provided Model.Triangle objects.
Model(Coordinate, Model.Triangle[], int) - Constructor for class com.mappedin.sdk.Model
Creates a 3D object using the provided Model.Triangle objects and sets it's position to the requested coordinate.
Model(Vector3, Model.Triangle[], int) - Constructor for class com.mappedin.sdk.Model
Creates a 3D object using the provided Model.Triangle objects and sets it to the requested position.
Model(Coordinate, float, Model.Triangle[], int) - Constructor for class com.mappedin.sdk.Model
Creates a 3D object using the provided Model.Triangle objects and sets it to the requested coordinate and heading.
Model(Vector3, float, Model.Triangle[], int) - Constructor for class com.mappedin.sdk.Model
Creates a 3D object using the provided Model.Triangle objects and sets it to requested position and heading.
Model.Triangle - Class in com.mappedin.sdk
Triangles used to form a 3D object.

N

Navigatable - Class in com.mappedin.sdk
All classes that implement the Navigatable protocol can be navigated to and from any other Navigatable object.
Navigatable() - Constructor for class com.mappedin.sdk.Navigatable
 

O

onCameraBearingChange(double) - Method in interface com.mappedin.sdk.MapViewDelegate
Called when the user rotates the camera
onCompleted(Result) - Method in interface com.mappedin.sdk.MappedinCallback
Function that will be called when the Mappedin API call has finished successfully
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.mappedin.sdk.MapView
 
onDrawFrame(GL10) - Method in class com.mappedin.sdk.MapView
 
onError(Exception) - Method in interface com.mappedin.sdk.MappedinCallback
Function that will be called if the Mappedin API call failed
onPause() - Method in class com.mappedin.sdk.MapView
 
onResume() - Method in class com.mappedin.sdk.MapView
 
onSurfaceChanged(GL10, int, int) - Method in class com.mappedin.sdk.MapView
 
onSurfaceCreated(GL10, EGLConfig) - Method in class com.mappedin.sdk.MapView
 
orbit(Focusable, float, float, float) - Method in class com.mappedin.sdk.MapView
Move the camera to fit a focusable object into screen with, rotating to the requested heading and tilt, over a period of time
orbit(Focusable, float, float, float, float) - Method in class com.mappedin.sdk.MapView
Move the camera to fit a focusable object into screen with, rotating to the requested heading, tilt and padding, over a period of time
orbit(Focusable[], float, float, float) - Method in class com.mappedin.sdk.MapView
move camera to fit all focusable objects into screen with request heading and tilt in period of time
orbit(Focusable[], float, float, float, float) - Method in class com.mappedin.sdk.MapView
move camera to fit all focusable objects into screen with request heading, tilt and padding in period of time
Overlay - Class in com.mappedin.sdk
A 2D overlay on the MapView.
Overlay() - Constructor for class com.mappedin.sdk.Overlay
 
Overlay2DImage - Class in com.mappedin.sdk
A 2D image overlay on MapView.
Overlay2DImage(int, int, Drawable, int, int) - Constructor for class com.mappedin.sdk.Overlay2DImage
Initialize a new Overlay2DImage
Overlay2DLabel - Class in com.mappedin.sdk
A 2D text overlay on the MapView.
Overlay2DLabel(String, float, Typeface) - Constructor for class com.mappedin.sdk.Overlay2DLabel
Initialize a new Overlay2DLabel (Overlay2DLabel will adjust label size by itself.)
OverlayView - Class in com.mappedin.sdk
A Custom View overlay on MapView.
OverlayView(View, Activity) - Constructor for class com.mappedin.sdk.OverlayView
Initialize a new OverlayView

P

Path - Class in com.mappedin.sdk
A Path the 3D representation of the path a user will take when wayfinding.
Path(Coordinate[], float, float, int, boolean, int, float, boolean, int, double, int) - Constructor for class com.mappedin.sdk.Path
 
Path(Coordinate[], float, float, int, float) - Constructor for class com.mappedin.sdk.Path
Use a list of Coordinate objects to create a Path.
Path(Coordinate[], float, float, int, float, boolean, int, double, int) - Constructor for class com.mappedin.sdk.Path
Use a list of Coordinate objects to create a Path.
Path(Coordinate[], float, float, int, boolean, int, float) - Constructor for class com.mappedin.sdk.Path
 
Path(Coordinate[], float, float, int, boolean, int, float, boolean) - Constructor for class com.mappedin.sdk.Path
 
PhoneNumber - Class in com.mappedin.sdk
A Phone number consists of a phone number and an extension
Polygon - Class in com.mappedin.sdk
The Polygon class represents the 3D shape of a Location on a Map.

R

referencePosition - Variable in class com.mappedin.sdk.Instruction.Turn
Whether they should turn before, after, or right at a certain position
relativeBearing - Variable in class com.mappedin.sdk.Instruction.Turn
Type of turn for the user to take
removeAllElements() - Method in class com.mappedin.sdk.MapView
Remove all the child elements in this MapView
removeAllStoreLabels(Venue) - Method in class com.mappedin.sdk.MapView
Removes all store labels from all maps in the venue
removeElement(Element) - Method in class com.mappedin.sdk.MapView
Remove the specific child element from the MapView
resetPolygon(Polygon) - Method in class com.mappedin.sdk.MapView
Sets the (highlight)polygon back to it's original color and height does nothing if not highlight polygon

S

search(String, int) - Method in class com.mappedin.sdk.MappedinSearch
Requesting search using to the input query, returns first 10 results
search(String, SearchResult[]) - Method in interface com.mappedin.sdk.MappedinSearchDelegate
 
search(String, int, int, int, SearchResult[]) - Method in interface com.mappedin.sdk.SearchDelegate
Called when smart search returns search results.
search(String, int) - Method in class com.mappedin.sdk.SmartSearch
Requesting search using to the input query, returns first 10 results
SearchDelegate - Interface in com.mappedin.sdk
A delegate to handle callbacks from a smart search
SearchResult - Class in com.mappedin.sdk
Smart search returns result type, id and score(comes from ElasticSearch)
SearchResultType - Enum in com.mappedin.sdk
search returns two type of result, Event and Location event is not available for now
selectedCategory(Category) - Method in class com.mappedin.sdk.Analytics
Informs the Mappedin Analytics platform that a given category has been "selected".
selectedLocation(Location) - Method in class com.mappedin.sdk.Analytics
Informs the Mappedin Analytics platform that a given location has been "selected".
set(Coordinate, Float, Integer, float) - Method in class com.mappedin.sdk.Model
Set model's center and map to new Position (potentially on a new map) with the new heading value and color.
set(Vector3, Float, Integer, float) - Method in class com.mappedin.sdk.Model
Set model's center to a new position with the new heading value.
setBackgroundColor(int) - Method in class com.mappedin.sdk.MapView
Sets the MapView background color
setBackgroundColor(int) - Method in class com.mappedin.sdk.Overlay2DLabel
Sets the background colour of the Label
setColor(int, float) - Method in class com.mappedin.sdk.Cylinder
Changes a cylinder's color over time
setColor(Polygon, int, float) - Method in class com.mappedin.sdk.MapView
Changes the polygon color, animated over some time.
setColor(Polygon, int, int, float) - Method in class com.mappedin.sdk.MapView
Changes the polygon and text annotation color, animated over some time.
setColor(int, float) - Method in class com.mappedin.sdk.Model
Set tne model's color over time
setDelegate(MappedinSearchDelegate) - Method in class com.mappedin.sdk.MappedinSearch
Set the callback function for suggestion and search, those functions will get called when the search server returns suggest or search result
setDelegate(MapViewDelegate) - Method in class com.mappedin.sdk.MapView
Your MapViewDelegate, whose functions will get called when the has certain interactions with the MapView
setDelegate(SearchDelegate) - Method in class com.mappedin.sdk.SmartSearch
Set the callback function for suggestion and search, those functions will get called when the search server returns suggest or search result
setHeading(float, float) - Method in class com.mappedin.sdk.Model
Rotates the model to a new heading over time.
setHeight(Polygon, float, float) - Method in class com.mappedin.sdk.MapView
Changes the polygon height over time.
setImage(Drawable) - Method in class com.mappedin.sdk.Overlay2DImage
Sets the image used in the overlay.
setMap(Map) - Method in class com.mappedin.sdk.MapView
Sets the MapView to display specific map associated with the current venue.
setMap(Map, MappedinCallback<Map>) - Method in class com.mappedin.sdk.MapView
Sets the MapView to display specific map associated with the current venue.
setPosition(Coordinate, float) - Method in class com.mappedin.sdk.Cylinder
Moves the cylinder to a certain point on a specific map, animated over a small time.
setPosition(Vector3, float) - Method in class com.mappedin.sdk.Cylinder
Moves the cylinder over a set time to a specific position and makes it show on all Maps.
setPosition(Coordinate, float) - Method in class com.mappedin.sdk.Model
Moves the model to a new position (potentially on a new map) over time
setPosition(Vector3, float) - Method in class com.mappedin.sdk.Model
Moves the model to a new position (shows up on all maps) over time
setPosition(Coordinate) - Method in class com.mappedin.sdk.Overlay
Anchors the overlay to a certain position on a certain map.
setPosition(Vector3) - Method in class com.mappedin.sdk.Overlay
Anchors the overlay to a certain position across all maps
setPosition(Coordinate, float) - Method in class com.mappedin.sdk.Overlay
Moves the overlay over a set time to a specific position and makes it show on a certain map.
setPosition(Coordinate) - Method in class com.mappedin.sdk.OverlayView
 
setPosition(Vector3) - Method in class com.mappedin.sdk.OverlayView
 
setPosition(Coordinate, int, int) - Method in class com.mappedin.sdk.OverlayView
Anchors the overlay to a certain position across all maps with an offset
setPosition(Vector3, int, int) - Method in class com.mappedin.sdk.OverlayView
Anchors the overlay to a certain position across all maps with an offset
setRotateGestureEnabled(boolean) - Method in class com.mappedin.sdk.MapView
Sets whether the user can rotate the map with gestures
setRotation(float) - Method in class com.mappedin.sdk.Overlay2DImage
Rotates the overlay.
setText(String) - Method in class com.mappedin.sdk.Overlay2DLabel
Sets the text of the label
setTextColor(int) - Method in class com.mappedin.sdk.Overlay2DLabel
Sets the colour of the text on Label
SmartSearch - Class in com.mappedin.sdk
Search Class use to handle all smart search events
startedWayfind(Location) - Method in class com.mappedin.sdk.Analytics
Informs the Mappedin Analytics platform that a way find action has been started.
successful() - Method in class com.mappedin.sdk.Analytics.Wayfind
Informs the Mappedin Analytics platform that a way find action has been succeeded.
suggest(String, int) - Method in class com.mappedin.sdk.SmartSearch
Requesting suggestion using to the input query.
suggestion(String, String[]) - Method in interface com.mappedin.sdk.SearchDelegate
Called when smart search returns suggestion results.

T

toMap - Variable in class com.mappedin.sdk.Instruction.ExitVortex
The map to end at
toMap - Variable in class com.mappedin.sdk.Instruction.TakeVortex
The map to end at
toString() - Method in class com.mappedin.sdk.Coordinate
Returns a string representation of the 3D position and map.
toString() - Method in class com.mappedin.sdk.Vortex
 
Triangle(Vector3, Vector3, Vector3) - Constructor for class com.mappedin.sdk.Model.Triangle
Create a Triangle with angles a, b ,c.

U

Utils - Class in com.mappedin.sdk
Utils functions
Utils() - Constructor for class com.mappedin.sdk.Utils
 

V

valueOf(String) - Static method in enum com.mappedin.sdk.Instruction.Bearing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mappedin.sdk.Instruction.ReferencePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mappedin.sdk.SearchResultType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mappedin.sdk.Instruction.Bearing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mappedin.sdk.Instruction.ReferencePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mappedin.sdk.SearchResultType
Returns an array containing the constants of this enum type, in the order they are declared.
Vector2 - Class in com.mappedin.sdk
Representation of 2D vectors and points.
Vector2(float, float) - Constructor for class com.mappedin.sdk.Vector2
 
Vector2(Vector3) - Constructor for class com.mappedin.sdk.Vector2
 
Vector3 - Class in com.mappedin.sdk
Representation of 3D vectors and points.
Vector3(float, float, float) - Constructor for class com.mappedin.sdk.Vector3
 
Venue - Class in com.mappedin.sdk
A Venue is a specific place (like a mall) with one or more maps (typically representing different floors) and locations (stores, washrooms, elevators, etc).
Vortex - Class in com.mappedin.sdk
A Vortex is a special entity that represents a link between two or more maps at a given venue.

W

Walk() - Constructor for class com.mappedin.sdk.Instruction.Walk
 

Z

zoom(int, float) - Method in class com.mappedin.sdk.MapView
Zooms in/out the camera
A C D E F G I L M N O P R S T U V W Z 
Skip navigation links