menu
naver_maps_sdk_flutter package
documentation
model/marker_shape.dart
MarkerShape
MarkerShape.new const constructor
MarkerShape.new const constructor
dark_mode
light_mode
MarkerShape
constructor
const
MarkerShape
(
{
required
List
<
int
>
coords
,
required
String
type
,
})
Implementation
const MarkerShape({required this.coords, required this.type});
naver_maps_sdk_flutter package
documentation
model/marker_shape
MarkerShape
MarkerShape.new const constructor
MarkerShape class