| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | A page specific id for this marker. This value is used to specify this point when used in a point or pointlist attribute. |
| center | false | true | boolean | Denotes this <googlemaps:point> as the center point of the map. Overrides the centerLatitude and centerLongitude values of the <googlemaps:map> tag if specified. |
| longitude | false | true | double | The longitude value (in decimal format) of this point in the line. |
| longitudeAsString | false | true | java.lang.String | The longitude value (in decimal format as a String) of this point in the line. |
| latitude | false | true | double | The latitude value (in decimal format) of this point. |
| latitudeAsString | false | true | java.lang.String | The latitude value (in decimal format as a String) of this point. |
| ip | false | true | java.lang.String | The ip address to locate on the map. |
| address | false | true | java.lang.String | The street address of the location to map. |
| city | false | true | java.lang.String | The city name of the location to map. |
| state | false | true | java.lang.String | The state or province of the location to map. |
| zipcode | false | true | java.lang.String | The zipcode or postal code of the location to map. |
| country | false | true | java.lang.String | The ISO compliant country code of the location to map. |