MBMGeoJSONSourceDataType

NS_ENUM(NSInteger, MBMGeoJSONSourceDataType)
{
    MBMGeoJSONSourceDataTypeGeometry,
    MBMGeoJSONSourceDataTypeFeature,
    MBMGeoJSONSourceDataTypeNSArray,
    MBMGeoJSONSourceDataTypeNSString
}

Undocumented