A circle on the Earth's surface; also known as a "spherical cap".
Access by calling const {Circle} = await google.maps.importLibrary("maps")
. See
https://developers.google.com/maps/documentation/javascript/libraries.
Adds the given listener function to the given event name. Returns an
identifier for this listener that can be used with
google.maps.event.removeListener
.
Binds a View to a Model.
Gets a value.
Gets the LatLngBounds
of this Circle.
Returns the center of this circle.
Returns whether this circle can be dragged by the user.
Returns whether this circle can be edited by the user.
Returns the map on which this circle is displayed.
Returns the radius of this circle (in meters).
Returns whether this circle is visible on the map.
Notify all observers of a change on this property. This notifies both objects that are bound to the object's property as well as the object that it is bound to.
Sets a value.
Sets the center of this circle.
If set to true
, the user can drag this circle over the map.
If set to true
, the user can edit this circle by dragging
the control points shown at the center and around the circumference of
the circle.
Renders the circle on the specified map. If map is set to
null
, the circle will be removed.
Sets the radius of this circle (in meters).
Sets a collection of key-value pairs.
Hides this circle if set to false
.
Removes a binding. Unbinding will set the unbound property to the current value. The object will not be notified, as the value has not changed.
Removes all bindings.
Generated using TypeDoc
A circle on the Earth's surface; also known as a "spherical cap".
Access by calling
const {Circle} = await google.maps.importLibrary("maps")
. See https://developers.google.com/maps/documentation/javascript/libraries.