go_to_full_with_duration


Description:

public void go_to_full_with_duration (double latitude, double longitude, double zoom_level, uint duration_ms)

Move from the current position to these coordinates and zoom to the given zoom level.

The given duration is used instead of the map's default [property@Map:go-to-duration]. All tiles in the intermediate view WILL be loaded!

Parameters:

this

a Map

latitude

the longitude to center the map at

longitude

the longitude to center the map at

zoom_level

the zoom level to end at

duration_ms

animation duration in milliseconds