Java com.google.gwt.search.client LocalResult fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.search.client LocalResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.search.client LocalResult.

The text is from its open source code.

Method

StringgetCity()
Returns the city name for the result.
doublegetLat()
Returns the latitude value of the result.
doublegetLng()
Returns the longitude value of the result.
JsArraygetPhoneNumbers()
Returns a list of LocalResult.PhoneNumber .
StringgetStreetAddress()
Return the street address and number for the given result.
StringgetTitleNoFormatting()
Returns the title, but unlike .title, this property is stripped of html markup (e.g., <b>, <i>, etc.).
StringgetUrl()
Returns a url to a Google Maps Details page associated with the search result.