private void Start() { // Makes a request to Google Places API. OnlineMapsGooglePlaces.FindNearby( apiKey, new OnlineMapsGooglePlaces.NearbyParams( 151.1957362f, // Longitude -33.8670522f, // Latitude 5000) // Radius { types = "food" }).OnComplete += OnComplete; }
private void Start() { // Makes a request to Google Places API. OnlineMapsGooglePlaces.FindNearby( apiKey, new OnlineMapsGooglePlaces.NearbyParams( 114.407900232356f, // Longitude 30.5149806899667f, // Latitude 5000) // Radius { types = "food" }).OnComplete += OnComplete; }