Skip to content

is there a way to control the map with javascript like in the web version of leaflet? #28

@loloide

Description

@loloide

i am trying to pan the camera of the map to a different location than the original one
in the web version i can use
map.panTo(new L.LatLng(lat, lon));
and it moves the map to the coordinates.

but in the React-Native version there is, as far as i'm concerned, no way to control it that way and have to instead use the props which i can't control dynamically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions