toJson method
Implementation
String toJson() {
return GeoLocationMapper.ensureInitialized()
.encodeJson<GeoLocation>(this as GeoLocation);
}
String toJson() {
return GeoLocationMapper.ensureInitialized()
.encodeJson<GeoLocation>(this as GeoLocation);
}