Skip to content

Commit 20c83d6

Browse files
authored
fix: documentation for MarkerOptions imgPath parameter (#352)
1 parent 5c376eb commit 20c83d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maps/mapView/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface CircleOptions {
5151
export interface MarkerOptions {
5252
/** 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. */
5353
position: LatLng;
54-
/** URL that represents the image that should be displayed in the marker instead of using the default marker pin. */
54+
/** Path to a local image asset that should be displayed in the marker instead of using the default marker pin. */
5555
imgPath?: string;
5656
/** A text string that's displayed in an info window when the user taps the marker. You can change this value at any time. */
5757
title?: string;

0 commit comments

Comments
 (0)