Skip to content

when i i zoom in or zoom out on map and select the area of map , map zoom level return to primitive zoom level !! why does that happen ?!  #13

Description

@mojtabadarzi
<Mapir
   accessToken={'TOKEN'}
   minZoomLevel={6}
   maxZoomLevel={20}
   zoomLevel={13}
   showUserLocation={true}
   centerCoordinate={[this.state.markers[0].latitude,  
   this.state.markers[0].longitude]}
   onPress={e => this.addMarker(e.geometry.coordinates)}
   style={{ flex: 1 }}
   ref={ref => (this.map = ref)}
   pitchEnabled={false}
   >
   {mark}
</Mapir>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions