mapkit - Mapbox polygons not displayed in ios 7 app -
i have designed required map on https://www.mapbox.com/editor/ several polygons, when load same map using id on ios 7 test app map displayed ok polygons not visible/added in ios app.
here code using sample code given on mapbox site...
rmmapboxsource *tilesource = [[rmmapboxsource alloc] initwithmapid:@"id_of_mapbox_map"]; rmmapview *mapview = [[rmmapview alloc] initwithframe:self.view.bounds andtilesource:tilesource]; [self.view addsubview:mapview];
have tried many different changes @ point trying figure out if supported.
the api want -[rmmapboxsource initwithtilejson:enablingdataonmapview:]
. however, points automatically supported right now. relevant code here if interested in submitting patch, however.
Comments
Post a Comment