MMKSearchEntrance

Warning

This feature is available in the Full MapKit SDK version

class MMKSearchEntrance : NSObject

An entrance to a building

Summary

Class methods

 init(name: String?, point: MMKPoint, direction: MMKDirection?)

Properties

var name: String? { get }
Optional field, can be nil

var point: MMKPoint { get }

var direction: MMKDirection? { get }
Optional field, can be nil

Class methods

init(name:point:direction:)

 init(name: String?, point: MMKPoint, direction: MMKDirection?)


Properties

name

var name: String? { get }

Optional field, can be nil.


point

var point: MMKPoint { get }


direction

var direction: MMKDirection? { get }

Optional field, can be nil.