A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
feature — Property in class com.google.maps.MapEvent
The object that the event refers to (such as an instance of IMapType for MapEvent.MAPTYPE_ADDED event or an instance of IControl for MapEvent.CONTROL_REMOVED).
fillStyle — Property in class com.google.maps.InfoWindowOptions
Info window's fill style.
fillStyle — Property in class com.google.maps.overlays.MarkerOptions
Marker fill style.
fillStyle — Property in class com.google.maps.overlays.PolygonOptions
Polygon fill style.
fillStyle — Property in class com.google.maps.styles.RectangleStyle
Rectangle's fill style.
FillStyle — Class in package com.google.maps.styles
Class FillStyle specifies a set of parameters for drawing backgrounds of graphical objects.
FillStyle(params) — Constructor in class com.google.maps.styles.FillStyle
Constructs a new FillStyle instance, optionally initializing it from an object.
focalPointRatio — Property in class com.google.maps.styles.GradientStyle
Gradient focal point ratio.
foreground — Property in interface com.google.maps.interfaces.IOverlay
Display object that represents the overlay's content.
foreground — Property in class com.google.maps.overlays.GroundOverlay
Display object that represents the overlay's content.
foreground — Property in class com.google.maps.overlays.Marker
Display object that represents the overlay's content.
foreground — Property in class com.google.maps.overlays.OverlayBase
Display object that represents the overlay's foreground content.
foreground — Property in class com.google.maps.overlays.Polygon
Display object that represents the overlay's content.
foreground — Property in class com.google.maps.overlays.Polyline
Display object that represents the overlay's content.
foreground — Property in class com.google.maps.overlays.TileLayerOverlay
Display object that represents the overlay's content.
fromEncoded(polylineList, options:com.google.maps.overlays:PolygonOptions) — Static method in class com.google.maps.overlays.Polygon
Constructs a polygon from encoded data.
fromEncoded(info:com.google.maps.overlays:EncodedPolylineData, options:com.google.maps.overlays:PolylineOptions) — Static method in class com.google.maps.overlays.Polyline
Constructs a polyline from the given set of encoded points and levels assuming the given number of levels and zoom factor between the levels.
fromLatLngToPaneCoords(latLng:com.google.maps:LatLng, closestToCenter) — Method in interface com.google.maps.interfaces.IPane
Translates the latLng to the pane's coordinate system.
fromLatLngToPixel(latLng:com.google.maps:LatLng, zoom) — Method in class com.google.maps.ProjectionBase
Returns the map pixel coordinates corresponding to the specified geographical location and zoom level.
fromLatLngToPixel(latLng:com.google.maps:LatLng, zoom) — Method in interface com.google.maps.interfaces.IProjection
Returns the map coordinates in pixels for the point at the given geographical coordinates, and the given zoom level.
fromLatLngToPoint(latLng:com.google.maps:LatLng, opt_zoom) — Method in class com.google.maps.Map
Returns x,y coordinates of specified lat, lng and zoom relative to the origin of the map's projection (the origin is the top left corner of the top left tile of the map for the specified map zoom level).
fromLatLngToPoint(latLng:com.google.maps:LatLng, opt_zoom) — Method in interface com.google.maps.interfaces.IMap
Returns x,y coordinates of specified lat, lng and zoom relative to the origin of the map's projection (the origin is the top left corner of the top left tile of the map for the specified map zoom level).
fromLatLngToViewport(latLng:com.google.maps:LatLng, opt_disablewrap) — Method in class com.google.maps.Map
Returns the pixel coordinates for the specified latLng location in the coordinate system of the map's view port ([0,0] being the top left corner of the map object).
fromLatLngToViewport(latLng:com.google.maps:LatLng, opt_disablewrap) — Method in interface com.google.maps.interfaces.IMap
Returns the pixel coordinates for the specified latLng location in the coordinate system of the map's view port ([0,0] being the top left corner of the map object).
fromPaneCoordsToLatLng(point, opt_nowrap) — Method in interface com.google.maps.interfaces.IPane
Translates a point in the pane's coordinate system to lat/lng.
fromPaneCoordsToProjectionPoint(point) — Method in interface com.google.maps.interfaces.IPane
Converts a point in the pane's coordinate system to projection point coordinates for the current zoom level of the map.
fromPixelToLatLng(pixel, zoom, opt_nowrap) — Method in class com.google.maps.ProjectionBase
Returns the geographical location corresponding to the specified map pixel coordinates and zoom level.
fromPixelToLatLng(pixel, zoom, opt_nowrap) — Method in interface com.google.maps.interfaces.IProjection
Returns the map coordinates in pixels for the point at the given geographical coordinates, and the given zoom level.
fromPointToLatLng(pos, opt_zoom, opt_nowrap) — Method in class com.google.maps.Map
Returns lat,lng coordinates of specified x, y and zoom.
fromPointToLatLng(pos, opt_zoom, opt_nowrap) — Method in interface com.google.maps.interfaces.IMap
Returns lat,lng coordinates of specified x, y and zoom.
fromProjectionPointToPaneCoords(projectionPoint) — Method in interface com.google.maps.interfaces.IPane
Converts projection point coordinates to the pane's local coordinates.
fromRadians(lat, lng, opt_noCorrect) — Static method in class com.google.maps.LatLng
Creates a latlng from radian values.
fromUrlValue(value) — Static method in class com.google.maps.LatLng
Parses a string of the form "lat,lng" and returns a point with those values.
fromViewportToLatLng(pos, opt_nowrap) — Method in class com.google.maps.Map
Returns the lat-lng of the point at the given coordinates in the map's view port (the top left corner of the map object).
fromViewportToLatLng(pos, opt_nowrap) — Method in interface com.google.maps.interfaces.IMap
Returns the lat-lng of the point at the given coordinates in the map's view port (the top left corner of the map object).
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z