MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Protected Attributes | List of all members
MPLocationCoordinate3D Struct Reference

#include <MPLocationCoordinate3D.h>

Protected Attributes

CLLocationCoordinate2D latLng
 
NSInteger floorId
 

Detailed Description

A structure that contains a coordinate in 3D space: latitude/longitude and floor.

Fields: latLng: The geographical location (latitude/longitude( in degrees. floorId: The id of the floor. Additional information about the floor can be found in the solution/building data.

Member Data Documentation

◆ floorId

- (NSInteger) floorId
protected

◆ latLng

- (CLLocationCoordinate2D) latLng
protected