KakaoMapUtil class

Constructors

KakaoMapUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getKakaoMapURL(double lat, double lng, {String? name}) String
This method is used for kakao map screen lat, lng, placeName(optional). If placeName is null, marker might not be showing. And to get resolved link, please use getResolvedLink method with this.
getLatLng(String latlng) KakaoLatLng
This method is to get Lat lng from camera idle event
getMapScreenURL(double lat, double lng, {String? name}) Future<String>
This method is to use getResolvedLink and getKakaoMapURL easily with latitude, longitude, placeName(optional).
To get resolved link from redirection. When the link is invalid, result will be 'error'.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited