We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c376eb commit 20c83d6Copy full SHA for 20c83d6
src/maps/mapView/types.ts
@@ -51,7 +51,7 @@ export interface CircleOptions {
51
export interface MarkerOptions {
52
/** The LatLng value for the marker's position on the map. You can change this value at any time if you want to move the marker. */
53
position: LatLng;
54
- /** URL that represents the image that should be displayed in the marker instead of using the default marker pin. */
+ /** Path to a local image asset that should be displayed in the marker instead of using the default marker pin. */
55
imgPath?: string;
56
/** A text string that's displayed in an info window when the user taps the marker. You can change this value at any time. */
57
title?: string;
0 commit comments