-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
Hi I am using custom map in my project , here is the code used to show this map on MKMap view:
//CustomTileOverlay : MKTileOverlay
@Property (nonatomic, strong) CustomTileOverlay *tileOverlay;
@Property (weak, nonatomic) IBOutlet MKMapView *mapView;
-(void) setMapType() {
[self.mapView setMapType:4];
[self.mapView addOverlay: tileOverlay];
}
can this be done using react-native-maps or suggest how can it be done ?
Metadata
Metadata
Assignees
Labels
No labels