toJson method

String toJson()

Converts the GlobeCoordinates object to a JSON string.

Implementation

String toJson() => json.encode(toMap());