WRLDIndoorMapDelegate Protocol Reference

This protocol defines an interface for receiving messages when an indoor map is entered or exited. An object implementing this protocol must be set to the indoorMapDelegate property of a WRLDMapView to receive events. !Deprecated prefer to use NSNotifications WRLDMapViewDidEnterIndoorMap and WRLDMapViewDidExitIndoorMap

– didEnterIndoorMap

- (void)didEnterIndoorMap

A message sent when the user enters an indoor map.

– didExitIndoorMap

- (void)didExitIndoorMap

A message sent when the user exits an indoor map.

– didEnterIndoorMapFailed:

- (void)didEnterIndoorMapFailed:(NSString *)indoorMapId

A message sent when user failed to enter an indoor map.

v0.0.1600