create Position From Location
Takes a native location object and converts it to a VisioMove Essential object Uses the geo-fences within the map bundle to determine if the location falls within a builing and if so, what floor.
Notes
By setting the Location's hasAltitude() to false, the location will be forced to the outside (independent of whether it falls within a building's geo-fence).
Notes
This method will return null if called prior to VMELifeCycleListener.mapDataDidLoad.
Return
A VMEPosition indicating the location within the venue, or null if the location is invalid or does not exist within the venue.
Since
1.2
Parameters
location
A location object. The 'altitude' attribute will be used to determine the correct floor.