setLocation abstract method

void setLocation(
  1. Location location
)

Sets a location and notifies all consumers of this location.

location Any desirable location that we would like to provide.

Implementation

void setLocation(mapkit_location_location.Location location);