createLandmarkIn

abstract fun createLandmarkIn(area: N): L(source)

Creates a landmark entirely contained in the given area. If area contains one or more destinations, the returned landmark must contain at least one of them.

Return

a landmark of type L contained in the provided area.

Parameters

area

the navigation-area used to create the landmark.