| Package | Description |
|---|---|
| org.fujion.gmaps | |
| org.fujion.gmaps.event |
| Modifier and Type | Field and Description |
|---|---|
LatLng |
MapOptions.center
The initial Map center.
|
protected LatLng |
LatLngBounds.ne
The northeast corner of the rectangle.
|
LatLng |
StreetViewPanoramaOptions.position
The LatLng position of the Street View panorama.
|
protected LatLng |
LatLngBounds.sw
The southwest corner of the rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
LatLng |
LatLngBounds.getCenter()
Computes the center of this LatLngBounds.
|
LatLng |
GoogleMap.getCenter()
Returns the current center of the map.
|
LatLng |
LatLngBounds.getNortheast()
Returns the north-east corner of this bounds.
|
LatLng |
LatLngBounds.getSouthwest()
Returns the south-west corner of this bounds.
|
static LatLng |
LatLng.parse(String value)
Parse the string into a LatLng instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LatLngBounds.contains(LatLng point)
Returns true if the given point is in this bounds.
|
void |
LatLngBounds.extend(LatLng point)
Extends this bounds to contain the given point.
|
void |
GoogleMap.panTo(LatLng center)
Changes the center of the map to the given LatLng.
|
void |
GoogleMap.setCenter(LatLng center)
Sets the current center of the map.
|
| Constructor and Description |
|---|
LatLngBounds(LatLng sw,
LatLng ne)
Create a new bounds given SW and NE coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
LatLng |
MapLocationEvent.getLocation() |
Copyright © 2023 Fujion Framework. All rights reserved.