Skip to main content

@mapgear/geoapps > Map > SetHomePosition

Map.SetHomePosition() method

Modify the home position of the map in the current session. Update to this home position is not preserved in the map configuration in GeoApps

Signature:
SetHomePosition(location: Location): void;

Parameters

ParameterTypeDescription
locationLocationLocation of the new home position
Returns:

void