Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created February 11, 2019 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dev-aritra/ac8a8b62a68eea50dc7d27dc19af235f to your computer and use it in GitHub Desktop.
Save dev-aritra/ac8a8b62a68eea50dc7d27dc19af235f to your computer and use it in GitHub Desktop.
Position southwestBound = new Position(17.418652, 78.327941);
Position northeastBound = new Position(17.439288, 78.354593);
var bounds = new Bounds(southwestBound, northeastBound);
mapView.MoveToRegion(MapSpan.FromBounds(bounds));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment