Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Z 

P

padding(int[]) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
Sets the distance from the edges of the map view’s frame to the edges of the map view’s logical viewport.
padding() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
Sets the distance from the edges of the map view’s frame to the edges of the map view’s logical viewport.
PAN - Static variable in class com.dingi.dingisdk.constants.TelemetryConstants
 
parse() - Method in class com.dingi.dingisdk.attribution.AttributionParser
Main attribution for configuration
PERMANENT_ERROR - Static variable in interface com.dingi.dingisdk.http.HttpRequest
 
pi() - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the mathematical constant pi.
PINCH - Static variable in class com.dingi.dingisdk.constants.TelemetryConstants
 
PITCH - Static variable in class com.dingi.dingisdk.constants.TelemetryConstants
 
pixelForLatLng(LatLng) - Method in class com.dingi.dingisdk.snapshotter.MapSnapshot
Calculate the point in pixels on the Image from geographical coordinates.
pixelRatio(float) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Set the custom pixel ratio configuration to override the default value from resources.
Polygon - Class in com.dingi.dingisdk.annotations
Polygon is a geometry annotation that's a closed loop of coordinates.
PolygonOptions - Class in com.dingi.dingisdk.annotations
Builder for composing Polygon objects.
PolygonOptions() - Constructor for class com.dingi.dingisdk.annotations.PolygonOptions
Defines options for a polygon.
Polyline - Class in com.dingi.dingisdk.annotations
Polyline is a geometry feature with an unclosed list of coordinates drawn as a line
PolylineOptions - Class in com.dingi.dingisdk.annotations
Builder for composing Polyline objects.
PolylineOptions() - Constructor for class com.dingi.dingisdk.annotations.PolylineOptions
Defines options for a polyline.
position - Variable in class com.dingi.dingisdk.annotations.BaseMarkerOptions
 
position(LatLng) - Method in class com.dingi.dingisdk.annotations.BaseMarkerOptions
Set the geographical location of the Marker.
position - Variable in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
 
position(LatLng) - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the geographical location of the MarkerView.
Position - Class in com.dingi.dingisdk.style.light
Position of the light source relative to lit (extruded) geometries.
Position(float, float, float) - Constructor for class com.dingi.dingisdk.style.light.Position
Creates a Position from a radial coordinate, an azimuthal angle and a polar angle.
pow(Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the result of raising the first input to the power specified by the second.
pow(Number, Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the result of raising the first input to the power specified by the second.
prepareViewForReuse(MarkerView, View) - Method in class com.dingi.dingisdk.maps.DingiMap.MarkerViewAdapter
Deprecated.
Called when an MarkerView is removed from the MapView or the View object is going to be reused.
product(Expression...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the product of the inputs.
product(Number...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the product of the inputs.
ProjectedMeters - Class in com.dingi.dingisdk.geometry
ProjectedMeters is a projection of longitude, latitude points in Mercator meters.
ProjectedMeters(double, double) - Constructor for class com.dingi.dingisdk.geometry.ProjectedMeters
Creates a ProjectedMeters based on projected meters in north and east direction.
ProjectedMeters(ProjectedMeters) - Constructor for class com.dingi.dingisdk.geometry.ProjectedMeters
Creates a ProjecteMeters based on another set of projected meters.
Projection - Class in com.dingi.dingisdk.maps
A projection is used to translate between on screen location and geographic coordinates on the surface of the Earth.
properties() - Static method in class com.dingi.dingisdk.style.expressions.Expression
Gets the feature properties object.
Property - Class in com.dingi.dingisdk.style.layers
Paint/Layout properties for Layer
Property.ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Whether extruded geometries are lit relative to the map or viewport.
Property.CIRCLE_PITCH_ALIGNMENT - Annotation Type in com.dingi.dingisdk.style.layers
Orientation of circle when map is pitched.
Property.CIRCLE_PITCH_SCALE - Annotation Type in com.dingi.dingisdk.style.layers
Controls the scaling behavior of the circle when the map is pitched.
Property.CIRCLE_TRANSLATE_ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Controls the frame of reference for `circle-translate`.
Property.FILL_EXTRUSION_TRANSLATE_ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Controls the frame of reference for `fill-extrusion-translate`.
Property.FILL_TRANSLATE_ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Controls the frame of reference for `fill-translate`.
Property.HILLSHADE_ILLUMINATION_ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Direction of light source when map is rotated.
Property.ICON_ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Part of the icon placed closest to the anchor.
Property.ICON_PITCH_ALIGNMENT - Annotation Type in com.dingi.dingisdk.style.layers
Orientation of icon when map is pitched.
Property.ICON_ROTATION_ALIGNMENT - Annotation Type in com.dingi.dingisdk.style.layers
In combination with `symbol-placement`, determines the rotation behavior of icons.
Property.ICON_TEXT_FIT - Annotation Type in com.dingi.dingisdk.style.layers
Scales the icon to fit around the associated text.
Property.ICON_TRANSLATE_ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Controls the frame of reference for `icon-translate`.
Property.LINE_CAP - Annotation Type in com.dingi.dingisdk.style.layers
The display of line endings.
Property.LINE_JOIN - Annotation Type in com.dingi.dingisdk.style.layers
The display of lines when joining.
Property.LINE_TRANSLATE_ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Controls the frame of reference for `line-translate`.
Property.RASTER_RESAMPLING - Annotation Type in com.dingi.dingisdk.style.layers
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
Property.SYMBOL_PLACEMENT - Annotation Type in com.dingi.dingisdk.style.layers
Label placement relative to its geometry.
Property.SYMBOL_Z_ORDER - Annotation Type in com.dingi.dingisdk.style.layers
Controls the order in which overlapping symbols in the same layer are rendered
Property.TEXT_ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Part of the text placed closest to the anchor.
Property.TEXT_JUSTIFY - Annotation Type in com.dingi.dingisdk.style.layers
Text justification options.
Property.TEXT_PITCH_ALIGNMENT - Annotation Type in com.dingi.dingisdk.style.layers
Orientation of text when map is pitched.
Property.TEXT_ROTATION_ALIGNMENT - Annotation Type in com.dingi.dingisdk.style.layers
In combination with `symbol-placement`, determines the rotation behavior of the individual glyphs forming the text.
Property.TEXT_TRANSFORM - Annotation Type in com.dingi.dingisdk.style.layers
Specifies how to capitalize text, similar to the CSS `text-transform` property.
Property.TEXT_TRANSLATE_ANCHOR - Annotation Type in com.dingi.dingisdk.style.layers
Controls the frame of reference for `text-translate`.
Property.VISIBILITY - Annotation Type in com.dingi.dingisdk.style.layers
 
PropertyFactory - Class in com.dingi.dingisdk.style.layers
Constructs paint/layout properties for Layers
PropertyFactory() - Constructor for class com.dingi.dingisdk.style.layers.PropertyFactory
 
PropertyValue<T> - Class in com.dingi.dingisdk.style.layers
Properties for Layer
PropertyValue(String, T) - Constructor for class com.dingi.dingisdk.style.layers.PropertyValue
Not part of the public API.
putResourceWithUrl(String, byte[], long, long, String, boolean) - Method in class com.dingi.dingisdk.offline.OfflineManager
Insert the provided resource into the ambient cache This method mimics the caching that would take place if the equivalent resource were requested in the process of map rendering.
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links