toMapboxPoint method
//////////// //////////// Convert to a Mapbox Point
Implementation
// II.C - Conversion Methods
///////////////
/// Convert to a Mapbox Point
mapbox.Point toMapboxPoint() {
return mapbox.Point(coordinates: mapbox.Position(lng, lat));
}