Structures

The following structures are available globally.

  • GLMapColor is color type based on uint32_t

    See more

    Declaration

    Objective-C

    struct GLMapColor {}

    Swift

    struct GLMapColor
  • Resource information filled by GLMapResourceBlock

    See more

    Declaration

    Objective-C

    struct GLMapResource {}

    Swift

    struct GLMapResource
  • Merkator tile coordinates

    See more

    Declaration

    Objective-C

    struct GLMapTilePos {}

    Swift

    struct GLMapTilePos
  • Rectangle contains all corner points

    See more

    Declaration

    Objective-C

    struct GLMapRect {}

    Swift

    struct GLMapRect
  • Point of track with color

    See more

    Declaration

    Objective-C

    struct GLTrackPoint {}

    Swift

    struct GLTrackPoint
  • Point of track with color

    See more

    Declaration

    Objective-C

    struct GLRoutePoint {}

    Swift

    struct GLRoutePoint
  • Bounding box

    See more

    Declaration

    Objective-C

    struct GLMapBBox {}

    Swift

    struct GLMapBBox
  • Result of track sampling

    See more

    Declaration

    Objective-C

    struct GLTrackSampleResult {}

    Swift

    struct GLTrackSampleResult
  • Geo point with latitude and longitude

    See more

    Declaration

    Objective-C

    struct GLMapGeoPoint {}

    Swift

    struct GLMapGeoPoint
  • GLMapPoint always uses internal map coordinates. From 0 to GLMapPointMax for X and Y axis. Origin is at the top left corner.

    See more

    Declaration

    Objective-C

    struct GLMapPoint {}

    Swift

    struct GLMapPoint
  • General penalties

    See more

    Declaration

    Objective-C

    struct CostingOptionsPenalties {}

    Swift

    struct CostingOptionsPenalties
  • General options when driving on road

    See more

    Declaration

    Objective-C

    struct CostingOptionsRoad {}

    Swift

    struct CostingOptionsRoad
  • Options for vehicle

    See more

    Declaration

    Objective-C

    struct CostingOptionsVehicle {}

    Swift

    struct CostingOptionsVehicle
  • Options for auto, bus, taxi mode

    See more

    Declaration

    Objective-C

    struct CostingOptionsAuto {}

    Swift

    struct CostingOptionsAuto
  • Options for truck mode

    See more

    Declaration

    Objective-C

    struct CostingOptionsTruck {}

    Swift

    struct CostingOptionsTruck
  • Options for bicycle mode

    See more

    Declaration

    Objective-C

    struct CostingOptionsBicycle {}

    Swift

    struct CostingOptionsBicycle
  • Options for straight mode

    See more

    Declaration

    Objective-C

    struct CostingOptionsMotorScooter {}

    Swift

    struct CostingOptionsMotorScooter
  • Options for straight mode

    See more

    Declaration

    Objective-C

    struct CostingOptionsMotorcycle {}

    Swift

    struct CostingOptionsMotorcycle
  • Options for pedestrian mode

    See more

    Declaration

    Objective-C

    struct CostingOptionsPedestrian {}

    Swift

    struct CostingOptionsPedestrian
  • Options for straight mode

    See more

    Declaration

    Objective-C

    struct CostingOptionsStraight {}

    Swift

    struct CostingOptionsStraight