Метод | Описание | |
---|---|---|
GetAcceleration ( ) : Unity.Core.Geo.Acceleration | ||
GetCoordinates ( ) : Unity.Core.Geo.LocationCoordinate | ||
GetDeviceOrientation ( ) : DeviceOrientation | ||
GetGeoDecoder ( ) : Unity.Core.Geo.GeoDecoderAttributes | ||
GetHeading ( ) : float | ||
GetHeading ( NorthType type ) : float | ||
GetMap ( ) : void | ||
GetPOI ( string id ) : Unity.Core.Geo.POI | ||
GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius ) : Unity.Core.Geo.POI[] | ||
GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, Unity.Core.Geo.LocationCategory category ) : Unity.Core.Geo.POI[] | ||
GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, string queryText ) : Unity.Core.Geo.POI[] | ||
GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, string queryText, Unity.Core.Geo.LocationCategory category ) : Unity.Core.Geo.POI[] | ||
GetVelocity ( ) : float | ||
IPhoneGeo ( ) : System | ||
IsGPSEnabled ( ) : bool | ||
RemovePOI ( string id ) : bool | ||
SetMapSettings ( float scale, float boundingBox ) : void | ||
StartProximitySensor ( ) : bool | ||
StartUpdatingHeading ( ) : bool | ||
StartUpdatingLocation ( ) : bool | ||
StopProximitySensor ( ) : bool | ||
StopUpdatingHeading ( ) : bool | ||
StopUpdatingLocation ( ) : bool | ||
UpdatePOI ( Unity.Core.Geo.POI poi ) : bool |
Метод | Описание | |
---|---|---|
LocationManagerSetup ( ) : void |
Setup the Location Manager settings (if needed)
|
|
OnAuthorizationChanged ( object sender, CLAuthorizationChangedEventArgs e ) : void | ||
ShowMap ( ) : void | ||
addAllAnnotationPinsToMap ( ) : void | ||
cleanAllAnnotationsPins ( ) : void | ||
evaluateLocationCoordinates ( ) : void | ||
evaluateLocationCoordinates ( CLLocation newLocation ) : void | ||
getAllAnnotationPins ( ) : void | ||
getPoiFromId ( string id ) : Unity.Core.Geo.POI | ||
getPoisInRadius ( Unity.Core.Geo.LocationCoordinate location, float radius ) : List |
||
getPoisMatchCategory ( List |
||
getPoisMatchQuery ( List |
||
initAccelerometre ( ) : void | ||
initMapDatabase ( ) : void | ||
initTable ( string table, string tableColumnDefinitions ) : void | ||
setAnnotationPoints ( ) : void | ||
setMapTypesInMap ( ) : void | ||
setMapView ( ) : void | ||
updateLocationCoordinateTable ( Unity.Core.Geo.POI poi ) : bool | ||
updateLocationDescriptionTable ( Unity.Core.Geo.POI poi ) : bool | ||
updatePoiTable ( Unity.Core.Geo.POI poi ) : bool | ||
updateSecondaryCategoryTable ( Unity.Core.Geo.POI poi ) : bool |
public GetAcceleration ( ) : Unity.Core.Geo.Acceleration | ||
Результат | Unity.Core.Geo.Acceleration |
public GetCoordinates ( ) : Unity.Core.Geo.LocationCoordinate | ||
Результат | Unity.Core.Geo.LocationCoordinate |
public GetDeviceOrientation ( ) : DeviceOrientation | ||
Результат | DeviceOrientation |
public GetGeoDecoder ( ) : Unity.Core.Geo.GeoDecoderAttributes | ||
Результат | Unity.Core.Geo.GeoDecoderAttributes |
public GetHeading ( NorthType type ) : float | ||
type | NorthType | |
Результат | float |
public GetPOI ( string id ) : Unity.Core.Geo.POI | ||
id | string | |
Результат | Unity.Core.Geo.POI |
public GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius ) : Unity.Core.Geo.POI[] | ||
location | Unity.Core.Geo.LocationCoordinate | |
radius | float | |
Результат | Unity.Core.Geo.POI[] |
public GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, Unity.Core.Geo.LocationCategory category ) : Unity.Core.Geo.POI[] | ||
location | Unity.Core.Geo.LocationCoordinate | |
radius | float | |
category | Unity.Core.Geo.LocationCategory | |
Результат | Unity.Core.Geo.POI[] |
public GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, string queryText ) : Unity.Core.Geo.POI[] | ||
location | Unity.Core.Geo.LocationCoordinate | |
radius | float | |
queryText | string | |
Результат | Unity.Core.Geo.POI[] |
public GetPOIList ( Unity.Core.Geo.LocationCoordinate location, float radius, string queryText, Unity.Core.Geo.LocationCategory category ) : Unity.Core.Geo.POI[] | ||
location | Unity.Core.Geo.LocationCoordinate | |
radius | float | |
queryText | string | |
category | Unity.Core.Geo.LocationCategory | |
Результат | Unity.Core.Geo.POI[] |
public SetMapSettings ( float scale, float boundingBox ) : void | ||
scale | float | |
boundingBox | float | |
Результат | void |
public UpdatePOI ( Unity.Core.Geo.POI poi ) : bool | ||
poi | Unity.Core.Geo.POI | |
Результат | bool |