Firebase.AI.LatLng

An struct that represents a latitude/longitude pair.

Summary

Constructors and Destructors

LatLng(double latitude, double longitude)
Constructs a LatLng object with the given coordinates.

Public functions

LatLng

 Firebase::AI::LatLng::LatLng(
  double latitude,
  double longitude
)

Constructs a LatLng object with the given coordinates.