TTGeoJSONGeometryCollection
Objective-C
@interface TTGeoJSONGeometryCollection : TTGeoJSONObject
Swift
class TTGeoJSONGeometryCollection : TTGeoJSONObject
Geometry collection.
-
Visits geo results. Provided visitor methods will be called for every GeoJson result returned from server. Number of call is determined by “count” field
Declaration
Objective-C
- (void)visitResults:(id<TTGeoJSONGeoVisitor> _Nonnull)visitor;
Swift
func visitResults(_ visitor: TTGeoJSONGeoVisitor)
Parameters
visitor
id