Skip to content

spatial-monorepo


spatial-monorepo / imdf/src / appleProfile

Function: appleProfile()

appleProfile(archive): ProfileResult

Defined in: packages/imdf/src/profiles/apple.ts:20

Apple Indoor Maps Program profile checks:

  • VenueMustHaveAddress: venue.properties.address_id must be non-null and non-empty
  • OpeningHasNoAdjacentUnit: every Opening must have at least one Unit on the same level
  • mapfeaturesCsv: CSV listing all features (id, feature_type, name)

Parameters

archive

IMDFArchive

Returns

ProfileResult

Released under commercial licensing.