Searched refs:anchorCoord (Results 1 – 1 of 1) sorted by relevance
375 auto anchorCoord = Projection::project(screenCoordinateToLatLng(anchor), scale); in moveLatLng() local376 setLatLngZoom(Projection::unproject(centerCoord + latLngCoord - anchorCoord, scale), getZoom()); in moveLatLng()