addMarket method

Future<Marker> addMarket(
  1. MarkerOptions options
)

添加标记

Implementation

Future<Marker> addMarket(MarkerOptions options) async {
  return Marker(await _api.addMarker(options));
}