Skip to content

TileOverLay #4184

@kapil21

Description

@kapil21

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions