Method | Description | |
---|---|---|
GetAcceleration ( ) : Task |
||
GetCoordinates ( ) : Task |
||
GetDeviceOrientation ( ) : Task |
||
GetGeoDecoder ( ) : Task |
||
GetHeading ( ) : Task |
||
GetHeading ( NorthType type ) : Task |
||
GetMap ( ) : System.Threading.Tasks.Task | ||
GetPOI ( string id ) : Task |
||
GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius ) : Task |
||
GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, Unity.Core.Geo.LocationCategory category ) : Task |
||
GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, string queryText ) : Task |
||
GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, string queryText, Unity.Core.Geo.LocationCategory category ) : Task |
||
GetVelocity ( ) : Task |
||
IsGPSEnabled ( ) : Task |
||
RemovePOI ( string id ) : Task |
||
SetMapSettings ( float scale, float boundingBox ) : System.Threading.Tasks.Task | ||
StartProximitySensor ( ) : Task |
||
StartUpdatingHeading ( ) : Task |
||
StartUpdatingLocation ( ) : Task |
||
StopProximitySensor ( ) : Task |
||
StopUpdatingHeading ( ) : Task |
||
StopUpdatingLocation ( ) : Task |
||
UpdatePOI ( Unity.Core.Geo.POI poi ) : Task |
||
WindowsPhoneGeo ( ) : System |
Method | Description | |
---|---|---|
AccelerometerOnReadingChanged ( |
||
CompassOnReadingChanged ( |
||
GeoOnPositionChanged ( |
||
GeoOnStatusChanged ( |
public GetMap ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius ) : Task |
||
location | Unity.Core.Geo.LocationCoordinate | |
radius | float | |
return | Task |
public GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, Unity.Core.Geo.LocationCategory category ) : Task |
||
location | Unity.Core.Geo.LocationCoordinate | |
radius | float | |
category | Unity.Core.Geo.LocationCategory | |
return | Task |
public GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, string queryText ) : Task |
||
location | Unity.Core.Geo.LocationCoordinate | |
radius | float | |
queryText | string | |
return | Task |
public GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, string queryText, Unity.Core.Geo.LocationCategory category ) : Task |
||
location | Unity.Core.Geo.LocationCoordinate | |
radius | float | |
queryText | string | |
category | Unity.Core.Geo.LocationCategory | |
return | Task |
public SetMapSettings ( float scale, float boundingBox ) : System.Threading.Tasks.Task | ||
scale | float | |
boundingBox | float | |
return | System.Threading.Tasks.Task |
public UpdatePOI ( Unity.Core.Geo.POI poi ) : Task |
||
poi | Unity.Core.Geo.POI | |
return | Task |