C# Class Unity.Platform.IPhone.UnityGeocoderDelegate

Inheritance: MKReverseGeocoderDelegate
Show file Open project: Appverse/appverse-mobile

Public Methods

Method Description
FailedWithError ( MKReverseGeocoder gc, NSError e ) : void

Show a message if the MKReverseGeocoder says so

FoundWithPlacemark ( MKReverseGeocoder reverseGeoCoder, MKPlacemark placeMark ) : void

MKReverseGeocoderDelegate calls this method when it finds a match for the latitude,longitude passed to MKReverseGeocoder() constructor

UnityGeocoderDelegate ( Unity.Core.Geo.GeoDecoderAttributes geoDecoderAttr ) : System

Method Details

FailedWithError() public method

Show a message if the MKReverseGeocoder says so
public FailedWithError ( MKReverseGeocoder gc, NSError e ) : void
gc MKReverseGeocoder
e NSError
return void

FoundWithPlacemark() public method

MKReverseGeocoderDelegate calls this method when it finds a match for the latitude,longitude passed to MKReverseGeocoder() constructor
public FoundWithPlacemark ( MKReverseGeocoder reverseGeoCoder, MKPlacemark placeMark ) : void
reverseGeoCoder MKReverseGeocoder
placeMark MKPlacemark
return void

UnityGeocoderDelegate() public method

public UnityGeocoderDelegate ( Unity.Core.Geo.GeoDecoderAttributes geoDecoderAttr ) : System
geoDecoderAttr Unity.Core.Geo.GeoDecoderAttributes
return System