- MapLocationEvent - Class in org.fujion.gmaps.event
-
A map location event.
- MapLocationEvent() - Constructor for class org.fujion.gmaps.event.MapLocationEvent
-
- MapOptions - Class in org.fujion.gmaps
-
Options for a Google Map.
- MapOptions() - Constructor for class org.fujion.gmaps.MapOptions
-
- mapTypeControl - Variable in class org.fujion.gmaps.MapOptions
-
The initial enabled/disabled state of the Map type control.
- mapTypeControlOptions - Variable in class org.fujion.gmaps.MapOptions
-
Map type control options.
- MapTypeControlOptions - Class in org.fujion.gmaps
-
Options for the rendering of the map type control.
- MapTypeControlOptions() - Constructor for class org.fujion.gmaps.MapTypeControlOptions
-
- MapTypeControlStyle - Enum in org.fujion.gmaps
-
Identifiers for common MapTypesControls.
- MapTypeId - Enum in org.fujion.gmaps
-
Identifiers for common MapTypes.
- mapTypeId$enum - Variable in class org.fujion.gmaps.MapOptions
-
The initial Map mapTypeId as an enum.
- mapTypeId$string - Variable in class org.fujion.gmaps.MapOptions
-
The initial Map mapTypeId as a string.
- MapTypeIdChangeEvent - Class in org.fujion.gmaps.event
-
A map type ID change event.
- MapTypeIdChangeEvent() - Constructor for class org.fujion.gmaps.event.MapTypeIdChangeEvent
-
- mapTypeIds - Variable in class org.fujion.gmaps.MapTypeControlOptions
-
IDs of map types to show in the control.
- MapTypeStyleOptions - Class in org.fujion.gmaps
-
A collection of selectors and stylers that define how the map should be styled.
- MapTypeStyleOptions() - Constructor for class org.fujion.gmaps.MapTypeStyleOptions
-
- maxZoom - Variable in class org.fujion.gmaps.MapOptions
-
The maximum zoom level which will be displayed on the map.
- minZoom - Variable in class org.fujion.gmaps.MapOptions
-
The minimum zoom level which will be displayed on the map.
- motionTracking - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
Whether motion tracking is on or off.
- motionTrackingControl - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
The enabled/disabled state of the motion tracking control.
- MotionTrackingControlOptions - Class in org.fujion.gmaps
-
Options for the rendering of the motion tracking control.
- MotionTrackingControlOptions() - Constructor for class org.fujion.gmaps.MotionTrackingControlOptions
-
- motionTrackingControlOptions - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
The display options for the motion tracking control.
- panBy(double, double) - Method in class org.fujion.gmaps.GoogleMap
-
Changes the center of the map by the given distance in pixels.
- panControl - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
The enabled/disabled state of the pan control.
- PanControlOptions - Class in org.fujion.gmaps
-
Options for the rendering of the pan control.
- PanControlOptions() - Constructor for class org.fujion.gmaps.PanControlOptions
-
- panControlOptions - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
The display options for the pan control.
- pano - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
The panorama ID, which should be set when specifying a custom panorama.
- panTo(LatLng) - Method in class org.fujion.gmaps.GoogleMap
-
Changes the center of the map to the given LatLng.
- panToBounds(LatLngBounds) - Method in class org.fujion.gmaps.GoogleMap
-
Pans the map by the minimum amount necessary to contain the given LatLngBounds.
- parse(String) - Static method in class org.fujion.gmaps.LatLng
-
Parse the string into a LatLng instance.
- pitch - Variable in class org.fujion.gmaps.StreetViewPov
-
The camera pitch in degrees, relative to the street view vehicle.
- Point - Class in org.fujion.gmaps
-
A point on a two-dimensional plane.
- Point(double, double) - Constructor for class org.fujion.gmaps.Point
-
- position - Variable in class org.fujion.gmaps.FullscreenControlOptions
-
Position id.
- position - Variable in class org.fujion.gmaps.MapTypeControlOptions
-
Position id.
- position - Variable in class org.fujion.gmaps.MotionTrackingControlOptions
-
Position id.
- position - Variable in class org.fujion.gmaps.PanControlOptions
-
Position id.
- position - Variable in class org.fujion.gmaps.RotateControlOptions
-
Position id.
- position - Variable in class org.fujion.gmaps.StreetViewAddressControlOptions
-
Position id.
- position - Variable in class org.fujion.gmaps.StreetViewControlOptions
-
Position id.
- position - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
The LatLng position of the Street View panorama.
- position - Variable in class org.fujion.gmaps.ZoomControlOptions
-
Position id.
- pov - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
The camera orientation, specified as heading and pitch, for the panorama.
- SaturationStyler(double) - Constructor for class org.fujion.gmaps.Styler.SaturationStyler
-
Creates a saturation styler with the specified saturation that indicates the percentage
change in intensity of the basic color to apply to the element.
- scaleControl - Variable in class org.fujion.gmaps.MapOptions
-
The initial enabled/disabled state of the Scale control.
- scaleControlOptions - Variable in class org.fujion.gmaps.MapOptions
-
The initial display options for the Scale control.
- ScaleControlOptions - Class in org.fujion.gmaps
-
Options for the rendering of the scale control.
- ScaleControlOptions() - Constructor for class org.fujion.gmaps.ScaleControlOptions
-
- ScaleControlStyle - Enum in org.fujion.gmaps
-
Identifiers for scale control ids.
- scrollWheel - Variable in class org.fujion.gmaps.MapOptions
-
If false, disables zooming on the map using a mouse scroll wheel.
- scrollwheel - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
If false, disables scrollwheel zooming in Street View.
- setCenter(LatLng) - Method in class org.fujion.gmaps.GoogleMap
-
Sets the current center of the map.
- setTilt(TiltAngle) - Method in class org.fujion.gmaps.GoogleMap
-
Set the current tilt value, which controls the automatic switching behavior for the angle of
incidence of the map.
- setZoom(int) - Method in class org.fujion.gmaps.GoogleMap
-
- showRoadLabels - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
The display of street names on the panorama.
- StreetViewAddressControlOptions - Class in org.fujion.gmaps
-
Options for the rendering of the Street View address control.
- StreetViewAddressControlOptions() - Constructor for class org.fujion.gmaps.StreetViewAddressControlOptions
-
- streetViewControl - Variable in class org.fujion.gmaps.MapOptions
-
The initial enabled/disabled state of the Street View Pegman control.
- streetViewControlOptions - Variable in class org.fujion.gmaps.MapOptions
-
The initial display options for the Street View Pegman control.
- StreetViewControlOptions - Class in org.fujion.gmaps
-
Options for the rendering of the Street View pegman control on the map.
- StreetViewControlOptions() - Constructor for class org.fujion.gmaps.StreetViewControlOptions
-
- streetViewOptions - Variable in class org.fujion.gmaps.MapOptions
-
Options to create a StreetViewPanorama to display when the Street View pegman is dropped on
the map.
- StreetViewPanoramaOptions - Class in org.fujion.gmaps
-
Options for creating a street view panorama.
- StreetViewPanoramaOptions() - Constructor for class org.fujion.gmaps.StreetViewPanoramaOptions
-
- StreetViewPov - Class in org.fujion.gmaps
-
A point of view object which specifies the camera's orientation at the Street View panorama's
position.
- StreetViewPov() - Constructor for class org.fujion.gmaps.StreetViewPov
-
- style - Variable in class org.fujion.gmaps.MapTypeControlOptions
-
Style id.
- style - Variable in class org.fujion.gmaps.ScaleControlOptions
-
Style id.
- Styler<T> - Class in org.fujion.gmaps
-
Stylers are formatting options that you can apply to map features and elements.
- Styler.ColorStyler - Class in org.fujion.gmaps
-
This option sets the color of the feature.
- Styler.GammaStyler - Class in org.fujion.gmaps
-
This option adjusts the lightness relative to the default Google style, using a gamma curve.
- Styler.HueStyler - Class in org.fujion.gmaps
-
This option sets the hue while keeping the saturation and lightness specified in the default
Google style (or in other style options you define on the map).
- Styler.InvertLightnessStyler - Class in org.fujion.gmaps
-
This option simply inverts the default Google style.
- Styler.LightnessStyler - Class in org.fujion.gmaps
-
This option sets the lightness while keeping the saturation and hue specified in the default
Google style (or in other style options you define on the map).
- Styler.SaturationStyler - Class in org.fujion.gmaps
-
This option sets the saturation while keeping the hue and lightness specified in the default
Google style (or in other style options you define on the map).
- Styler.VisibilityStyler - Class in org.fujion.gmaps
-
This option indicates whether and how the element appears on the map.
- Styler.VisibilityType - Enum in org.fujion.gmaps
-
- Styler.WeightStyler - Class in org.fujion.gmaps
-
This option sets the weight of the feature, in pixels.
- stylers - Variable in class org.fujion.gmaps.MapTypeStyleOptions
-
The style rules to apply to the selected map features and elements.
- styles - Variable in class org.fujion.gmaps.MapOptions
-
Styles to apply to each of the default map types.
- sw - Variable in class org.fujion.gmaps.LatLngBounds
-
The southwest corner of the rectangle.
- validate() - Method in class org.fujion.gmaps.LoaderOptions
-
- value() - Method in enum org.fujion.gmaps.TiltAngle
-
- valueOf(String) - Static method in enum org.fujion.gmaps.ControlPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.gmaps.GestureHandlingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.gmaps.LoaderOptions.Channel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.gmaps.MapTypeControlStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.gmaps.MapTypeId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.gmaps.ScaleControlStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.gmaps.Styler.VisibilityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.gmaps.TiltAngle
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fujion.gmaps.ControlPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.gmaps.GestureHandlingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.gmaps.LoaderOptions.Channel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.gmaps.MapTypeControlStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.gmaps.MapTypeId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.gmaps.ScaleControlStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.gmaps.Styler.VisibilityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.gmaps.TiltAngle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VisibilityStyler(Styler.VisibilityType) - Constructor for class org.fujion.gmaps.Styler.VisibilityStyler
-
Creates a visibility styler with the specified visibility type.
- visible - Variable in class org.fujion.gmaps.StreetViewPanoramaOptions
-
If true, the Street View panorama is visible on load.