Table of Contents

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

string

Mail

Gets or sets the email address.

public string Mail { get; set; }

Property Value

string

Name

Gets or sets the business name.

public string Name { get; set; }

Property Value

string

OpeningHours

Gets or sets the opening hours information.

public string OpeningHours { get; set; }

Property Value

string

Phone

Gets or sets the phone number.

public string Phone { get; set; }

Property Value

string

PhoneNice

Gets or sets the formatted phone number (human-readable).

public string PhoneNice { get; set; }

Property Value

string

Rating

Gets or sets the rating (0.0 to 5.0).

public float Rating { get; set; }

Property Value

float

RatingCount

Gets or sets the number of ratings.

public int RatingCount { get; set; }

Property Value

int

ReservationRequired

Gets or sets whether a reservation is required.

public bool ReservationRequired { get; set; }

Property Value

bool

TypeOfBusiness

Gets or sets the type of business (e.g., "Restaurant", "Hotel").

public string TypeOfBusiness { get; set; }

Property Value

string

Uri

Gets or sets the Google Maps URI.

public string Uri { get; set; }

Property Value

string