This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// -------------------------------------------------------------- | |
// FIND ANNOTATION WITH GIVEN TREE ID | |
- (void)findAnnotationWithGivenTreeId:(NSInteger)givenTreeId | |
{ | |
// Search all current map annotations | |
// for (id<TreeAnnotation> annotation in _mapView.annotations) | |
for (TreeAnnotation *annotation in _mapView.annotations) | |
{ | |
if (annotation.treeId == givenTreeId) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not really a clusterin library, but may be useful: | |
Objective-C KML Parser Library | |
https://github.com/mapbox/Simple-KML | |
Does what it says it does. | |
=== | |
Kingpin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iOS Maps Frameworks | |
Google Maps SDK for iOS | |
https://developers.google.com/maps/documentation/ios/ | |
New to the market. Good choice if you wanted to do Android development (Google Maps SDK for Android). | |
Requires API key. API keys are not readily available. Submitted application for API key. Response can be found at: |