Class GoogleMapsSearchResult
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Represents a search result from Google Maps containing business information.
public class GoogleMapsSearchResult
- Inheritance
-
GoogleMapsSearchResult
- Inherited Members
- Extension Methods
Properties
Address
Gets or sets the business address.
public string Address { get; set; }
Property Value
Gets or sets the email address.
public string Mail { get; set; }
Property Value
Name
Gets or sets the business name.
public string Name { get; set; }
Property Value
OpeningHours
Gets or sets the opening hours information.
public string OpeningHours { get; set; }
Property Value
Phone
Gets or sets the phone number.
public string Phone { get; set; }
Property Value
PhoneNice
Gets or sets the formatted phone number (human-readable).
public string PhoneNice { get; set; }
Property Value
Rating
Gets or sets the rating (0.0 to 5.0).
public float Rating { get; set; }
Property Value
RatingCount
Gets or sets the number of ratings.
public int RatingCount { get; set; }
Property Value
ReservationRequired
Gets or sets whether a reservation is required.
public bool ReservationRequired { get; set; }
Property Value
TypeOfBusiness
Gets or sets the type of business (e.g., "Restaurant", "Hotel").
public string TypeOfBusiness { get; set; }
Property Value
Uri
Gets or sets the Google Maps URI.
public string Uri { get; set; }